|
|
@ -12,10 +12,14 @@
|
|
|
|
<div id="role-create-error-msg" class="alert alert-danger hidden" role="alert">
|
|
|
|
<div id="role-create-error-msg" class="alert alert-danger hidden" role="alert">
|
|
|
|
<i class="icon fw fw-error"></i><span></span>
|
|
|
|
<i class="icon fw fw-error"></i><span></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<label class="wr-input-label">Domain</label>
|
|
|
|
<label class="wr-input-label">Domain *</label>
|
|
|
|
<div class="wr-input-control">
|
|
|
|
<div class="wr-input-control">
|
|
|
|
<input type="text" id="domain" class="form-control" placeholder=""
|
|
|
|
<select id="domain" class="form-control select">
|
|
|
|
value="PRIMARY"/>
|
|
|
|
<option>PRIMARY</option>
|
|
|
|
|
|
|
|
{{#each userStores}}
|
|
|
|
|
|
|
|
<option>{{this}}</option>
|
|
|
|
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<label class="wr-input-label">
|
|
|
|
<label class="wr-input-label">
|
|
|
|
Role Name *
|
|
|
|
Role Name *
|
|
|
|