mirror of https://github.com/apache/cloudstack.git
Refresh button added in action panel
This commit is contained in:
parent
a5f8379dfd
commit
613b38f79e
Binary file not shown.
|
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 744 B |
10
ui/index.jsp
10
ui/index.jsp
|
|
@ -281,6 +281,16 @@ long milliseconds = new Date().getTime();
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="actionpanel_button_wrapper" id="help_link" style="display: block; border:none; float: right;
|
||||
position: relative;">
|
||||
<div class="actionpanel_button" id="help_button">
|
||||
<div class="actionpanel_button_icons">
|
||||
<img src="images/refresh_actionicon.png" alt="Refresh" /></div>
|
||||
<div class="actionpanel_button_links">
|
||||
Refresh</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="help_dropdown_box" id="help_dropdown_dialog" style="display:none;">
|
||||
<div class="help_dropdown_box_titlebox">
|
||||
<h2>Help</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue