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

@ -0,0 +1,6 @@
/* Include this file in your html if you are using the CSP mode. */
.ng-animate.item:not(.left):not(.right) {
-webkit-transition: 0s ease-in-out left;
transition: 0s ease-in-out left
}

File diff suppressed because one or more lines are too long