refactor of PR #526

This commit is contained in:
Alexander Zobnin
2018-02-20 22:21:24 +03:00
parent a9d0b4195e
commit ca6a7d02c4
10 changed files with 54 additions and 26 deletions

View File

@@ -146,7 +146,8 @@ System.register(['app/plugins/sdk', 'lodash', './constants', './utils', './metri
'acknowledged': 2
},
'options': {
'showDisabledItems': false
'showDisabledItems': false,
'skipEmptyValues': false
},
'table': {
'skipEmptyValues': false
@@ -370,7 +371,8 @@ System.register(['app/plugins/sdk', 'lodash', './constants', './utils', './metri
key: 'renderQueryOptionsText',
value: function renderQueryOptionsText() {
var optionsMap = {
showDisabledItems: "Show disabled items"
showDisabledItems: "Show disabled items",
skipEmptyValues: "Skip empty values"
};
var options = [];
_.forOwn(this.target.options, function (value, key) {