예제 #1
0
 class myservice(Accordion):  # noqa
     # Note: Services in tree now hidden to improve performance BZ-1692531
     ACCORDION_NAME = 'Services'
     tree = ManageIQTree()
예제 #2
0
 class datastores(Accordion):  # noqa
     ACCORDION_NAME = "Datastores"
     tree = ManageIQTree()
예제 #3
0
 class clusters(Accordion):  # noqa
     ACCORDION_NAME = "Datastore Clusters"
     tree = ManageIQTree()
 class providers(Accordion):  # noqa
     ACCORDION_NAME = 'Providers'
     tree = ManageIQTree()
예제 #5
0
 class details(View):  # noqa
     tree = ManageIQTree("policy_simulation_treebox")
예제 #6
0
 class relationships(Accordion):  # noqa
     tree = ManageIQTree()
예제 #7
0
 class properties(Accordion):  # noqa
     ACCORDION_NAME = "Properties"
     tree = ManageIQTree()
예제 #8
0
 class accesscontrol(Accordion):  # noqa
     ACCORDION_NAME = "Access Control"
     tree = ManageIQTree()
예제 #9
0
 class diagnostics(Accordion):  # noqa
     ACCORDION_NAME = "Diagnostics"
     tree = ManageIQTree()
예제 #10
0
 class image_types(Accordion):  # noqa
     ACCORDION_NAME = "System Image Types"
     tree = ManageIQTree()
예제 #11
0
 class settings(Accordion):  # noqa
     ACCORDION_NAME = "Settings"
     tree = ManageIQTree()
예제 #12
0
 class templates(Accordion):  # noqa
     ACCORDION_NAME = "Customization Templates"
     tree = ManageIQTree()
예제 #13
0
 class servers(Accordion):  # noqa
     ACCORDION_NAME = "PXE Servers"
     tree = ManageIQTree()
예제 #14
0
 class classes(Accordion):  # noqa
     ACCORDION_NAME = "Generic Object Classes"
     tree = ManageIQTree()
예제 #15
0
 class filters(Accordion):  # noqa
     tree = ManageIQTree()
예제 #16
0
 class database(Accordion):  # noqa
     ACCORDION_NAME = "Database"
     tree = ManageIQTree()
예제 #17
0
 class properties(Accordion):  # noqa
     tree = ManageIQTree()
예제 #18
0
 class myservice(Accordion):  # noqa
     ACCORDION_NAME = 'Services'
     tree = ManageIQTree()
예제 #19
0
 class job_templates(Accordion):  # noqa
     ACCORDION_NAME = 'Job Templates'
     tree = ManageIQTree()
 class modal(View):  # noqa
     tree = ManageIQTree('automate_treebox')
     include_domain = Checkbox(id='include_domain_prefix_chk')
     apply = Button('Apply')
     cancel = Button('Cancel')
예제 #21
0
 class relationships(Accordion):  # noqa
     ACCORDION_NAME = "Relationships"
     tree = ManageIQTree()
예제 #22
0
    class my_filters(Accordion):  # noqa
        ACCORDION_NAME = "My Filters"

        navigation = BootstrapNav('.//div/ul')
        tree = ManageIQTree()
 class configured_systems(Accordion):  # noqa
     ACCORDION_NAME = 'Configured Systems'
     tree = ManageIQTree()
예제 #24
0
 class service_dialogs(Accordion):  # noqa
     ACCORDION_NAME = 'Service Dialogs'
     tree = ManageIQTree()