Add nested menu items and update main region with divs instead of tables
This commit is contained in:
@@ -2,9 +2,9 @@ from atst.handler import BaseHandler
|
||||
|
||||
class Request(BaseHandler):
|
||||
screens = [
|
||||
{ 'title' : 'first screen', },
|
||||
{ 'title' : 'second screen', },
|
||||
{ 'title' : 'third screen', }
|
||||
{ 'title' : 'Application Details', },
|
||||
{ 'title' : 'Computation', },
|
||||
{ 'title' : 'Storage', }
|
||||
]
|
||||
|
||||
def initialize(self, page):
|
||||
|
||||
Reference in New Issue
Block a user