search for: detail_page

Displaying 8 results from an estimated 8 matches for "detail_page".

Did you mean: details_page
2007 May 20
0
Urgent :: File Object problem
...").first) # iii) Open all ''name'' links in result page result.links.with.href(/.*action=getDomesticMember.*/).each do |link| begin agent.transact do #puts "#{link.text}:#{link.href}" detail_page=agent.click link check_avai = search_page.body.include? "Server is temporarily unavailable" if check_avai puts "Can''t process on email of #{link.text}. Server is temporarily unavailable!!!" exit 3...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...): - screen = DestroyDomainConfigScreen() - screen.start() diff --git a/nodeadmin/listdomains.py b/nodeadmin/listdomains.py index 1b51ee2..7468bcf 100755 --- a/nodeadmin/listdomains.py +++ b/nodeadmin/listdomains.py @@ -27,7 +27,7 @@ class ListDomainsConfigScreen(DomainListConfigScreen): DETAIL_PAGE = 2 def __init__(self): - DomainListConfigScreen.__init__(self, 'List Domains') + DomainListConfigScreen.__init__(self, 'List Virtual Machines') def page_has_next(self, page): return (page == self.LIST_PAGE) @@ -38,7 +38,7 @@ class ListDomainsCon...