diff --git a/ucs-4.0-0/management/univention-management-console-module-services/umc/js/services.js b/ucs-4.0-0/management/univention-management-console-module-services/umc/js/services.js index bb06f93..e91f51c 100644 --- a/ucs-4.0-0/management/univention-management-console-module-services/umc/js/services.js +++ b/ucs-4.0-0/management/univention-management-console-module-services/umc/js/services.js @@ -135,11 +135,11 @@ define([ var columns = [{ name: 'service', label: _('Name'), - width: '200px' + width: '200px' }, { name: 'isRunning', label: _('Status'), - width: 'adjust', + width: 'auto', formatter: lang.hitch(this, function(value) { if (value === true) { return _('running'); @@ -150,7 +150,7 @@ define([ }, { name: 'autostart', label: _('Start type'), - width: '100px', + width: 'auto', formatter: lang.hitch(this, function(value) { if (value == 'no') { return _('Never'); @@ -163,7 +163,7 @@ define([ }, { name: 'description', label: _('Description'), - width: 'auto', + width: 'auto', formatter: lang.hitch(this, function(value) { if (value === null) { return '-'; @@ -203,6 +203,11 @@ define([ this._page.startup(); }, + reloadGrid: function() { + data = this._searchWidget.get('value'); + this._grid.filter(data); + }, + _changeState: function(data, command, confirmMessage, errorMessage) { confirmMessage += '