display 'no slices' when there are no slices
diff --git a/planetstack/core/xoslib/dashboards/xosTenant.html b/planetstack/core/xoslib/dashboards/xosTenant.html
index 16e60f0..01b354c 100644
--- a/planetstack/core/xoslib/dashboards/xosTenant.html
+++ b/planetstack/core/xoslib/dashboards/xosTenant.html
@@ -26,6 +26,12 @@
</div>
</script>
+<script type="text/template" id="xos-tenant-buttons-noslice-template">
+ <div class="box save-box">
+ <button class="btn btn-high btn-tenant-create">Create New Slice</button>
+ </div>
+</script>
+
<script type="text/template" id="xos-log-template">
<tr id="<%= logMessageId %>" class="xos-log xos-<%= statusclass %>">
<td><%= what %><br>