Browse Source

Right-align the dropdown menu so it fits on 1366x768 screen. Fixes #181

pull/193/head
Pēteris Caune 6 years ago
parent
commit
bda2941001
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/front/my_checks_desktop.html

+ 1
- 1
templates/front/my_checks_desktop.html View File

@ -112,7 +112,7 @@
<button class="btn btn-sm btn-default dropdown-toggle" type="button" data-toggle="dropdown">
<span class="icon-settings" aria-hidden="true"></span>
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li class="pause-li" {% if check.status == "new" or check.status == "paused" %}class="disabled"{% endif %}>
<a href="#">Pause Monitoring</a>
</li>


Loading…
Cancel
Save