a73a292420e1773496c22e7468b4baf675eac2f9
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / Editor / templates / item-toolbar.html
1 <div ng-show="!item.inprocess">
2     <button class="btn btn-sm btn-default" data-toggle="modal" data-target="#watch"  ng-click="watchPolicy(item)" title="Watch">
3         <i class="glyphicon glyphicon-eye-open"></i>
4     </button>
5 </div>