mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Dropdown in guacamole view (#1185)
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
c6da3ca698
commit
95371fb460
@ -59,18 +59,14 @@
|
||||
{{#each networks}} {{#if @first}} {{ this }} {{/if}} {{/each}}
|
||||
</span>
|
||||
{{else}}
|
||||
<ul class="dropdown menu ips-dropdown" data-dropdown-menu>
|
||||
<ul class="dropdown-menu-css">
|
||||
<li>
|
||||
<a style="color: #000000">
|
||||
{{#each networks}} {{#if @first}} {{ this }} {{/if}} {{/each}}
|
||||
</a>
|
||||
<ul class="menu" style="
|
||||
max-height: 10em;
|
||||
max-width: 15em;
|
||||
overflow-y: auto;
|
||||
padding: 0.5em;
|
||||
z-index: 2;
|
||||
">
|
||||
</li>
|
||||
<li class="menu-hide">
|
||||
<ul class="menu" style="padding: 0.5em;z-index: 2;">
|
||||
{{#each networks}}
|
||||
<li>
|
||||
<p title="{{this}}" style="
|
||||
|
Loading…
x
Reference in New Issue
Block a user