mirror of https://github.com/portainer/portainer
style: rename 'DNS Server 1/2' to 'Primary/Secondary DNS Server'
Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>pull/3511/head
parent
34a806f130
commit
b91dd6c83f
|
@ -437,7 +437,7 @@
|
|||
<!-- !ipv6-input -->
|
||||
<!-- dns1-input -->
|
||||
<div class="form-group">
|
||||
<label for="container_dns1" class="col-sm-2 col-lg-1 control-label text-left">DNS Server 1</label>
|
||||
<label for="container_dns1" class="col-sm-2 col-lg-1 control-label text-left">Primary DNS Server</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" ng-model="formValues.Dns1" id="container_dns1" placeholder="e.g. 1.1.1.1">
|
||||
</div>
|
||||
|
@ -445,7 +445,7 @@
|
|||
<!-- !dns1-input -->
|
||||
<!-- dns2-input -->
|
||||
<div class="form-group">
|
||||
<label for="container_dns2" class="col-sm-2 col-lg-1 control-label text-left">DNS Server 2</label>
|
||||
<label for="container_dns2" class="col-sm-2 col-lg-1 control-label text-left">Secondary DNS Server</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" ng-model="formValues.Dns2" id="container_dns2" placeholder="e.g. 8.8.8.8">
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue