network: ipv6 better display of error
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>{{ 'network.ipv6.description' | tr }}</p>
|
||||
<p class="text-danger" ng-show="ipv6Configure.error"><br/>{{ ipv6Configure.error }}</p>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="ipv6Configure.enabled" name="ipv6" ng-disabled="ipv6Configure.busy"/> {{ 'network.ipv6.enable' | tr }}
|
||||
@@ -164,6 +163,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<span class="text-success text-bold" ng-show="ipv6Configure.success">{{ 'network.ipv6.saved' | tr }}</span>
|
||||
<span class="text-danger" ng-show="ipv6Configure.error">{{ ipv6Configure.error }}</span>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 text-right">
|
||||
|
||||
Reference in New Issue
Block a user