Problems: fix host proxy option
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user