mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 18:17:07 +00:00
change Zone shared attribute label to Acccess (#647)
This commit is contained in:
parent
4333955c35
commit
95fe56e070
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
@if(meta.sharedDisplayEnabled) {
|
@if(meta.sharedDisplayEnabled) {
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-3 control-label">Type</label>
|
<label class="col-md-3 control-label">Access</label>
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
<div>
|
<div>
|
||||||
<p class="form-control-static">{{ updateZoneInfo.shared ? "Shared" : "Private" }}</p>
|
<p class="form-control-static">{{ updateZoneInfo.shared ? "Shared" : "Private" }}</p>
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<th>Admin Group</th>
|
<th>Admin Group</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
@if(meta.sharedDisplayEnabled) {
|
@if(meta.sharedDisplayEnabled) {
|
||||||
<th>Type</th>
|
<th>Access</th>
|
||||||
}
|
}
|
||||||
<th>Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user