Merge branch 'refactor-template-fields' into internal

This commit is contained in:
Anthony Lapenna
2016-08-23 18:51:50 +12:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ angular.module('uifordocker', [
'templates',
'volumes'])
.config(['$stateProvider', '$urlRouterProvider', '$httpProvider', function ($stateProvider, $urlRouterProvider, $httpProvider) {
'use strict';
'use strict';
$httpProvider.defaults.xsrfCookieName = 'csrfToken';
$httpProvider.defaults.xsrfHeaderName = 'X-CSRF-Token';
+1 -1
View File
@@ -20,7 +20,7 @@
<div ng-repeat="tpl in templates" class="container-template hvr-grow" id="template_{{ $index }}" ng-click="selectTemplate($index)">
<img class="logo" ng-src="{{ tpl.logo }}" />
<div class="title">{{ tpl.title }}</div>
<div class="comment">{{ tpl.comment }}</div>
<div class="description">{{ tpl.description }}</div>
</div>
</div>
</rd-widget-body>
+1 -1
View File
@@ -251,7 +251,7 @@ input[type="radio"] {
text-align: center;
}
.container-template .comment {
.container-template .description {
text-align: center;
font-size: 0.8em;
}