From 2dd4a0094235ecfeb8d12c1f1cc2739839522755 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 15 Jul 2014 10:38:06 -0700 Subject: [PATCH] demo index view, loading msg for datatables, hide views with no role --- planetstack/core/xoslib/dashboards/index.html | 15 +++++++++++++++ .../dashboards/xosDeveloper_datatables.html | 2 +- .../xoslib/static/js/xosDeveloper_datatables.js | 7 ++++++- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 planetstack/core/xoslib/dashboards/index.html diff --git a/planetstack/core/xoslib/dashboards/index.html b/planetstack/core/xoslib/dashboards/index.html new file mode 100644 index 0000000..04ef136 --- /dev/null +++ b/planetstack/core/xoslib/dashboards/index.html @@ -0,0 +1,15 @@ +

xoslib demo views

+ + + + + + + + + + + + + +
xosDeveloperDemonstrates using xoslib + marionette to render a list of slices
xosDeveloper_datatablesDemonstrates using xoslib + datatables to render a list of slices
sliceEditorDemonstrates how to commit data back to the data model using xoslib
diff --git a/planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html b/planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html index a058ba6..d40409a 100644 --- a/planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html +++ b/planetstack/core/xoslib/dashboards/xosDeveloper_datatables.html @@ -7,7 +7,7 @@ -
+
Loading...