2018-10-19 15:17:02 +00:00
|
|
|
<fieldset>
|
|
|
|
{{#if create }}
|
2020-05-11 14:05:49 +00:00
|
|
|
<div class="type-toggle">
|
2018-10-19 15:17:02 +00:00
|
|
|
<label>
|
2020-05-11 14:05:49 +00:00
|
|
|
<input type="checkbox" name="Local" checked={{if Local 'checked' }} onchange={{action 'change'}} />
|
|
|
|
<span>Restrict this token to a local datacenter?</span>
|
2018-10-19 15:17:02 +00:00
|
|
|
</label>
|
2020-05-11 14:05:49 +00:00
|
|
|
<em>Local tokens get set in the Raft store of the local DC and do not ever get transmitted to the primary DC or replicated to any other DC.</em>
|
2018-10-19 15:17:02 +00:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
<label class="type-text validate-optional">
|
|
|
|
<span>Description (Optional)</span>
|
|
|
|
<textarea name="Description" oninput={{action 'change'}}>{{item.Description}}</textarea>
|
|
|
|
</label>
|
|
|
|
</fieldset>
|
2019-05-01 18:09:29 +00:00
|
|
|
<fieldset id="roles">
|
|
|
|
<h2>Roles</h2>
|
2020-02-19 19:26:38 +00:00
|
|
|
<RoleSelector @dc={{dc}} @nspace={{nspace}} @items={{item.Roles}} />
|
2019-05-01 18:09:29 +00:00
|
|
|
</fieldset>
|
|
|
|
<fieldset id="policies">
|
2018-10-19 15:17:02 +00:00
|
|
|
<h2>Policies</h2>
|
2020-02-19 19:26:38 +00:00
|
|
|
<PolicySelector @dc={{dc}} @nspace={{nspace}} @items={{item.Policies}} />
|
2018-10-19 15:17:02 +00:00
|
|
|
</fieldset>
|