2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

change Zone shared attribute label to Acccess (#647)

This commit is contained in:
Britney Wright 2019-05-23 09:37:33 -04:00 committed by GitHub
parent 4333955c35
commit 95fe56e070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>