aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/navbar.html
blob: 80ca1c593fa8b0eef9f5a709881169c05157af54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<nav class="navbar navbar-light bg-faded">
	<div class="form-group row">
		<div class="form-group col-sm-3">
			<form class="form-inline">
				<label style="text-align: left; color: #157bb2"><h1>
						<b>{{config.appName}}</b>
					</h1></label> <label></label> <label></label>
			</form>
		</div>
		<div class="form-group col-sm-5" style="margin-top: 2%"></div>
		<div class="form-group col-sm-4" style="margin-top: 2%" align="right">
			<div class="btn-group">
  				<button type="button" class="btn btn-primary" ng-show="superAdminId" data-toggle="modal" data-target="#newfolder" ng-click="touch()"><i class="glyphicon glyphicon-plus"></i>Add Scope</button>
  				<button type="button" class="btn btn-primary" ng-show="importPolicyId" data-toggle="modal" data-target="#uploadfile" ng-show="config.allowedActions.upload" ng-click="touch()"> <i class="glyphicon glyphicon-upload"></i>Import</button>
  				<button type="button" class="btn btn-primary" ng-show="exportPolicyId" data-toggle="modal" data-target="#exportPolicy" ng-show="config.allowedActions.exportPolicy"> <i class="glyphicon glyphicon-download"></i>Export</button>
				<button class="btn btn-secondary" type="button" onClick="window.location='policy#/policy_SearchFilter';">Filter</button>
			</div>
		</div>
	</div>
</nav>