- Make robots manager fully responsive
- Add a cor-table which automatically stacks and collapses on mobile views
This commit is contained in:
parent
d26927cb45
commit
32635cc641
8 changed files with 222 additions and 37 deletions
4
static/directives/manager-header.html
Normal file
4
static/directives/manager-header.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="manager-header-element">
|
||||
<div class="manager-header-side-controls" ng-transclude></div>
|
||||
<h3>{{ headerTitle }}</h3>
|
||||
</div>
|
Reference in a new issue