This commit is contained in:
kepler155c@gmail.com
2019-02-16 04:35:36 -05:00
parent 0ca89a3a7f
commit d50749a753
3 changed files with 224 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ local function createPage(node)
},
[3] = UI.Tab {
tabTitle = 'Storage',
grid = UI.Grid {
grid = UI.ScrollingGrid {
y = 2,
columns = {
{ heading = 'Name', key = 'name' },
@@ -151,7 +151,6 @@ local function createPage(node)
},
},
},
timestamp = os.clock(),
}
local overviewTab = page.tabs[1]