Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #388 from apremalal/master
Browse files Browse the repository at this point in the history
adding the delete button to databases
  • Loading branch information
Anuruddha committed Jul 29, 2015
2 parents 595e129 + d094694 commit 2782619
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,22 @@ language=appInfo.language;
<h1>Databases</h1>
</div>
</header>
<section class="separator">
<div class="page_nav">
<div class="content clear">
<% if(hasDataSourceDeletePermissionInCurrentStage){ %>
<div class="right btn_list_box">
<ul class="inline_box inline_list btn_list">
<li class="inline_item"><a id="btn_delete_db" href="#" class="btn main btn_list_first">Delete Database</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<% } %>
</div>
</div>

</section>

<div class="content" style="display:none" id="permission_entry">
<div class="left pw_50">
Expand Down

0 comments on commit 2782619

Please sign in to comment.