Skip to content
Permalink
Browse files

Merge branch 'test' into dev

  • Loading branch information
killfill committed Feb 28, 2014
2 parents e0ed57c + 89fc565 commit b53fd70718bca40adaf64202ce02fa692cb7db17
Showing with 5 additions and 2 deletions.
  1. +4 −1 app/scripts/app.js
  2. +1 −1 app/views/machines.html
@@ -183,7 +183,10 @@ angular.module('fifoApp',
//$locationProvider.hashPrefix('!');
})

.run(function($rootScope, gettextCatalog, gettext, $window) {
.run(function($rootScope, gettextCatalog, gettext, $window, $templateCache) {

//Empty ng-table template for pagination
$templateCache.put('ng-table/pager.html', '')

var lang = window.navigator.userLanguage || window.navigator.language;

@@ -20,7 +20,7 @@
class='table table-condensed table-hover'
infinite-scroll='infinitScroll()'
infinite-scroll-distance="1"
ng-table='tableParams' template-pagination='hide'>
ng-table='tableParams'>

<tr ng-repeat='vm in vmsFiltered'>
<td data-title="'Name' | translate" sortable="'config.alias'" class='nowrap' style="background-image: linear-gradient(to right, {{vm.mdata('color')}} 10%, transparent 40%);">

0 comments on commit b53fd70

Please sign in to comment.
You can’t perform that action at this time.