Project

General

Profile

« Previous | Next » 

Revision 40634

partial refactoring

View differences:

workflows.st
8 8

  
9 9
}, body={
10 10
	<div ng-app="workflowsUI">
11
		<!--
12
		$ui/workflows/common/wf_monitor()$
13
		$ui/workflows/common/wf_monitor_proc_node()$
14
		$ui/workflows/common/wf_journal_entry()$
15
		-->
16
		<div class="row" ng-controller="wfPageWithMenuCtrl">
17
			<div class="col-xs-12 col-sm-12 col-md-4 col-lg-2">
18
				<div ng-show="menu.workflows">
19
					<label>{{menu.currentSection}}</label>
20
					<ul class="nav nav-pills nav-stacked">
21
						<li ng-class="{ active: wf.wfId == menu.currentWorkflowId }" ng-repeat="wf in menu.workflows">
22
							<a href="#/wf/{{menu.currentSection}}/{{wf.wfId}}">
23
	                            <span class="glyphicon glyphicon-chevron-right pull-right"></span>
24
								{{wf.name}}
25
							</a>
26
						</li>
27
					</ul>
28
				</div>
29

  
30
				<div ng-hide="menu.workflows">
31
					<label>(No workflows)</label>
32
				</div>
33
			</div>
34

  
35
			<div ng-view class="col-xs-12 col-sm-12 col-md-8 col-lg-10"></div>
11
		<div class="row">
12
			<div ng-view class="col-xs-12"></div>
36 13
		</div>
37 14
	</div>
38 15
} )$

Also available in: Unified diff