feat(dashboard): add provider's tabs
- slit provider between tabs - remove providerID from backend/frontend title - add Angular-Boostrap
This commit is contained in:
parent
f4296dfef0
commit
64d635f776
11 changed files with 48 additions and 19 deletions
|
@ -12,8 +12,7 @@
|
|||
bindToController: true,
|
||||
scope: {
|
||||
frontend: '=',
|
||||
frontendId: '=',
|
||||
providerId: '='
|
||||
frontendId: '='
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">
|
||||
<strong><span class="glyphicon glyphicon-globe" aria-hidden="true"></span> {{frontendCtrl.frontendId}}</strong> [{{frontendCtrl.providerId}}]
|
||||
<strong><span class="glyphicon glyphicon-globe" aria-hidden="true"></span> {{frontendCtrl.frontendId}}</strong>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<table class="panel-table__routes table table-striped table-hover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue