mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Position the buttons in the center on user preferences page (#13802)
* [WebUI] Position the buttons in the center * Update preferences.blade.php * Position the buttons in the center on user preferences page * Position the buttons in the center on user preferences page * Aligning with the form * It is not necessary
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-4 col-sm-offset-3">
|
||||
<div class="col-sm-4 col-sm-offset-4">
|
||||
<button type="submit" class="btn btn-default">{{ __('Change Password') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-4 col-sm-offset-3">
|
||||
<div class="col-sm-4 col-sm-offset-4">
|
||||
<button class="btn btn-default" type="submit" id="twofactor-generate">{{ __('Generate TwoFactor Secret Key') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user