Add nested menu items and update main region with divs instead of tables

This commit is contained in:
Luis Cielak
2018-05-29 14:48:27 -04:00
parent 20fb102e1b
commit 73d88c6aad
3 changed files with 47 additions and 30 deletions

View File

@@ -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):