Skip to content

Commit

Permalink
MSK-488 KillSwitch Info/Management page
Browse files Browse the repository at this point in the history
  • Loading branch information
gsokolov committed Mar 15, 2019
1 parent fa9c1cf commit c8375c5
Showing 1 changed file with 6 additions and 10 deletions.
Expand Up @@ -15,19 +15,15 @@


<ano:present name="killSwitchConfiguration"> <ano:present name="killSwitchConfiguration">
<div class="box"> <div class="box">
<div class="box-content paddner"> <div class="box-content paddner align-center-flex">
<dl class="dl-horizontal"> <div><input type="checkbox" class="js-switch-color" data-switcher="disableMetricCollection" <ano:equal name="killSwitchConfiguration" property="disableMetricCollection" value="true">checked</ano:equal> /></div>
<dt>Disable metric collection</dt> <span class="tag-box">Disable metric collection</span>
<dd><input type="checkbox" class="js-switch-color" data-switcher="disableMetricCollection" <ano:equal name="killSwitchConfiguration" property="disableMetricCollection" value="true">checked</ano:equal> /></dd>
</dl>
</div> </div>
</div> </div>
<div class="box"> <div class="box">
<div class="box-content paddner"> <div class="box-content paddner align-center-flex">
<dl class="dl-horizontal"> <div><input type="checkbox" class="js-switch-color" data-switcher="disableTracing" <ano:equal name="killSwitchConfiguration" property="disableTracing" value="true">checked</ano:equal> /></div>
<dt>Disable tracing</dt> <span class="tag-box">Disable tracing</span>
<dd><input type="checkbox" class="js-switch-color" data-switcher="disableTracing" <ano:equal name="killSwitchConfiguration" property="disableTracing" value="true">checked</ano:equal> /></dd>
</dl>
</div> </div>
</div> </div>
</ano:present> </ano:present>
Expand Down

0 comments on commit c8375c5

Please sign in to comment.