Project

General

Profile

« Previous | Next » 

Revision 37409

WF start and end date

View differences:

wf_monitor_proc.st
4 4
			<div class="modal-header">
5 5
				<button type="button" class="close" data-dismiss="modal">&times;</button>
6 6
				<h4 class="modal-title">
7
					Process {{currentProc.wfId}} ({{currentProc.name}})
7
					Process {{currentProc.procId}} ({{currentProc.name}})
8 8
					<span style="margin-left:10px" class="label" ng-class="{'label-success': currentProc.status == 'SUCCESS', 'label-danger': currentProc.status == 'FAILURE', 'label-info': currentProc.status == 'EXECUTING'}">{{currentProc.status}}</span>
9 9
				</h4>
10 10
			</div>

Also available in: Unified diff