This commit is contained in:
Torkel Ödegaard 2014-09-13 18:33:52 +02:00
parent d8dca20332
commit b876d193c4
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 34ab1e529b499af836631f8076c2c4df02be5860
Subproject commit 3944c37627326a14c8d39d8f2f25617681e3f074

View File

@ -34,7 +34,7 @@
<strong>{{alert.title}}</strong> <span ng-bind-html='alert.text'></span> <div style="padding-right:10px" class='pull-right small'> {{$index + 1}} alert(s) </div>
</div>
<div ng-view class="pro-main-view" ng-class="{'dashboard-fullscreen': fullscreen}"></div>
<div ng-view class="pro-main-view"></div>
</div>