1
0
Fork 0

feat(dashboard): add provider's tabs

- slit provider between tabs
- remove providerID from backend/frontend title
- add Angular-Boostrap
This commit is contained in:
Fernandez Ludovic 2015-10-07 00:01:24 +02:00
parent f4296dfef0
commit 64d635f776
11 changed files with 48 additions and 19 deletions

View file

@ -12,8 +12,7 @@
bindToController: true,
scope: {
backend: '=',
backendId: '=',
providerId: '='
backendId: '='
}
};
});

View file

@ -1,6 +1,6 @@
<div class="panel panel-success">
<div class="panel-heading">
<strong><span class="glyphicon glyphicon-tasks" aria-hidden="true"></span> {{backendCtrl.backendId}}</strong> [{{backendCtrl.providerId}}]
<strong><span class="glyphicon glyphicon-tasks" aria-hidden="true"></span> {{backendCtrl.backendId}}</strong>
</div>
<div class="panel-body">
<table class="panel-table__servers table table-striped table-hover">