(dev/core#876) Allow url to set IS NULL/ NOT NULL in report for operations
[civicrm-core.git] / ang / crmStatusPage / StatusPage.html
index 60d6172656a2a3942148691a370eb31dd40f44aa..71a9c6aa9efe0987c11d69d528679a78b073e6a5 100644 (file)
@@ -30,6 +30,9 @@
           href="javascript:void(0)"
           >
         </a>
+        <div ng-if="status.actions" class="crm-status-item-actions">
+          <button ng-repeat="action in status.actions" ng-click="doAction(action)">{{ action.title }}</button>
+        </div>
       </div>
     </div>
   </div>