mirror of https://github.com/apache/cloudstack.git
bug 7808: We don't support updatePortForwardingRule api in 2.2. So, hide Edit option of port forwarding rule on UI.
This commit is contained in:
parent
fb6310e993
commit
c85cf08bae
|
|
@ -537,8 +537,10 @@
|
|||
</div>
|
||||
<div class="grid_row_cell" style="width: 15%; padding: 1px;">
|
||||
<div class="row_celltitles">
|
||||
<a id="edit_link" href="#" style="float:left;">Edit</a>
|
||||
<a id="revoke_link" href="#" style="float:left; margin-left:15px;">Revoke</a>
|
||||
<a id="revoke_link" href="#" style="float:left;">Revoke</a>
|
||||
<!--
|
||||
<a id="edit_link" href="#" style="float:left; margin-left:15px;">Edit</a>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="gridrow_loaderbox" style="display: none;" id="spinning_wheel">
|
||||
|
|
|
|||
Loading…
Reference in New Issue