Skip to content

Commit cd37e12

Browse files
committed
Don't show status in history page
1 parent d448f45 commit cd37e12

File tree

1 file changed

+1
-2
lines changed
  • utuputki/webui/public/static/custom/controllers

1 file changed

+1
-2
lines changed

utuputki/webui/public/static/custom/controllers/history.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ app.controller('HistoryController', ['$scope', '$window', '$rootScope', '$locati
2424
columnDefs: [
2525
{name: 'Id', field: 'id', width: 60},
2626
{name: 'Title', cellTemplate: '<div class="ui-grid-cell-contents"><a href="{{row.entity.url}}">{{row.entity.title}}</a></div>'},
27-
{name: 'description', field: 'description'},
28-
{name: 'Status', field: 'status', width: 90},
27+
{name: 'Description', field: 'description'},
2928
{name: 'Duration', field: 'duration', width: 90}
3029
],
3130
onRegisterApi: function(gridApi){

0 commit comments

Comments
 (0)