aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/item-toolbar.html
blob: 086aef0104de4c20f068e0b94e5f8969f49d5964 (plain)
1
2
3
4
5
<div ng-show="!item.inprocess">
    <button class="btn btn-sm btn-default" data-toggle="modal" data-target="#watch"  ng-click="watch(item)" title="Watch">
        <i class="glyphicon glyphicon-eye-open"></i>
    </button>
</div>