Add experiment to hide the new Clair UI

This commit is contained in:
Joseph Schorr 2016-02-25 17:42:09 -05:00
parent 09d8e643c0
commit 4c5c46aa8f
7 changed files with 241 additions and 3 deletions

View file

@ -0,0 +1,10 @@
<div class="page-content">
<div class="cor-title">
<span class="cor-title-link"></span>
<span class="cor-title-content">Experiment: New Security Scanner Layout</span>
</div>
<div class="co-main-content-panel">
<button class="btn btn-success" ng-if="!isEnabled" ng-click="setEnabled(true)">Enable Experiment</button>
<button class="btn btn-failure" ng-if="isEnabled" ng-click="setEnabled(false)">Disable Experiment</button>
</div>
</div>