Merge dev/fluorine work across to master
[unimgr.git] / dlux / cpeui / cpeui-module / src / main / resources / cpeui / tenantsTable.tpl.html
diff --git a/dlux/cpeui/cpeui-module/src/main/resources/cpeui/tenantsTable.tpl.html b/dlux/cpeui/cpeui-module/src/main/resources/cpeui/tenantsTable.tpl.html
deleted file mode 100644 (file)
index 67e85fc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<div>
-       <div class="table-header">Tenants</div>
-       <table class="footable table table-striped">
-          <thead>
-                  <tr>
-                  <th>Name</th>
-                  <th>
-                     <button class="btn btn-md btn-info right" ng-click="tenantDialog.show($event)">
-                           <i class="icon-plus"></i> 
-                           <md-tooltip>Create Tenant</md-tooltip>
-              </button>
-                  </th>
-                  </tr>
-          </thead>
-               <tbody id="tenants_table">
-                       <tr ng-repeat="item in tenantArray | orderBy : 'name'">
-                               <td><a class="link" href="#cpeui/tenant/{{ item.name }}/">{{ item.name }}</a></td>
-                               <td class="minimal-width"><button class="btn btn-md btn-danger" ng-click="DeleteTenant(item.name)"> <i class="icon-trash"></i> </button></td>
-                       </tr>
-               </tbody>
-       </table>        
-</div>
\ No newline at end of file