Problems: fix host proxy option

This commit is contained in:
Alexander Zobnin
2020-05-13 19:04:42 +03:00
parent 935d16c86f
commit ba132f3679
2 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
label-class="width-9" label-class="width-9"
label="Host proxy" label="Host proxy"
checked="ctrl.panel.hostProxy" checked="ctrl.panel.hostProxy"
on-change="ctrl.refresh()"> on-change="ctrl.render()">
</gf-form-switch> </gf-form-switch>
<gf-form-switch class="gf-form" <gf-form-switch class="gf-form"
label-class="width-9" label-class="width-9"

View File

@@ -41,6 +41,7 @@ export const PANEL_DEFAULTS = {
// Fields // Fields
hostField: true, hostField: true,
hostTechNameField: false, hostTechNameField: false,
hostProxy: false,
hostGroups: false, hostGroups: false,
showTags: true, showTags: true,
statusField: true, statusField: true,