Skip to content

Commit b8a2ba9

Browse files
author
Matthew Dawber
committed
MB-49602 Change settings page input classes to 'input-short-1'
Increases the width of the small input fields on the settings page. This change is needed as number inputs on firefox display with the up/down arrows, which overlap with the number of the input. Change-Id: I9e46bf6f5bdd32d66dfd219945b119693debaa8f Reviewed-on: https://review.couchbase.org/c/ns_server/+/165923 Tested-by: Matthew Dawber <[email protected]> Well-Formed: Build Bot <[email protected]> Reviewed-by: Pavel Blagodov <[email protected]>
1 parent 8d3345d commit b8a2ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

priv/public/ui/app/mn_admin/mn_settings_auto_failover.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
id="auto_failover_maxcount"
6060
ng-model="settingsAutoFailoverCtl.autoFailoverSettings.maxCount"
6161
ng-disabled="!settingsAutoFailoverCtl.autoFailoverSettings.enabled || !rbac.cluster.settings.write"
62-
class="input-small input-short-half">
62+
class="input-small input-short-1">
6363
&nbsp;event{{settingsAutoFailoverCtl.autoFailoverSettings.maxCount !== 1 ? "s" : ""}}
6464
</span>
6565
</div>
@@ -150,7 +150,7 @@
150150
id="for-max-nodes"
151151
ng-model="settingsAutoFailoverCtl.reprovisionSettings.max_nodes"
152152
ng-disabled="!settingsAutoFailoverCtl.reprovisionSettings.enabled || !rbac.cluster.settings.write"
153-
class="input-small input-short-half">
153+
class="input-small input-short-1">
154154
&nbsp;node{{settingsAutoFailoverCtl.reprovisionSettings.max_nodes !== 1 ? "s" : ""}}&nbsp;
155155
<span
156156
class="fa-stack icon-info"

priv/public/ui/app/mn_admin/mn_settings_cluster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
ng-model="settingsClusterCtl.retryRebalanceCfg.maxAttempts"
103103
ng-disabled="!settingsClusterCtl.retryRebalanceCfg.enabled ||
104104
!rbac.cluster.settings.write"
105-
class="input-small input-short-half margin-right-half">
105+
class="input-small input-short-1 margin-right-half">
106106
time after
107107
<input
108108
type="number"

0 commit comments

Comments
 (0)