Home
last modified time | relevance | path

Searched defs:btn_class (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/observium/observium/html/pages/device/edit/
H A Dmodules.inc.php133 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
138 $toggle = "Locked"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
144 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
150 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
242 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
248 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
260 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
273 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
357 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
362 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
[all …]
H A Dwmi.inc.php149 …<span class="label label-success">enabled</span>'); $toggle = "Disable"; $btn_class = "btn-danger"; variable
150 …n class="label label-important">disabled</span>'); $toggle = "Enable"; $btn_class = "btn-success";} variable
152 …<span class="label label-success">enabled</span>'); $toggle = "Disable"; $btn_class = "btn-danger"; variable
153 …n class="label label-important">disabled</span>'); $toggle = "Enable"; $btn_class = "btn-success";} variable
H A Dgraphs.inc.php84 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
87 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
H A Dmibs.inc.php102 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
105 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
/dports/net-mgmt/observium/observium/html/pages/
H A Dmibs.inc.php144 $btn_class = ''; variable
153 $btn_class = 'btn-success'; variable
158 $btn_class = 'btn-danger'; variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dblob_helper.rb104 …tton(project = @project, ref = @ref, path = @path, blob:, label:, action:, btn_class:, modal_type:) argument