Skip to content

Commit

Permalink
Separated coming soon functions from implemented ones in Admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodilestick committed Sep 27, 2024
1 parent 702b678 commit 86ab6ee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions root/app/calibre-web/cps/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,20 +201,23 @@ <h2>{{_('Scheduled Tasks ⌛')}}</h2>
{% endif %}

<div class="row form-group">
<h2>{{_('CWA Admin Functions⚡ <h4><i>(More Functions Coming Soon!)</i></h4>')}}</h2>
<h2>{{_('CWA Admin Functions⚡')}}</h2>
<a class="btn btn-default" id="cwa-settings" href="{{url_for('cwa_settings.set_cwa_settings')}}">{{_('CWA Settings')}}</a>
</div>
<div class="row form-group">
<a class="btn btn-default" id="library_convert">{{_('Convert Library to epub')}}</a>
<!-- href="{{url_for('convert_library.cwa_library_convert')}}" -->
<a class="btn btn-default" id="con_history">{{_('Show Conversion History')}}</a>
<!-- href="{{url_for('cwa_history.cwa_history_show')}}" -->
<a class="btn btn-default" id="check_mon_srvs" href="{{url_for('cwa_check_status.cwa_flash_status')}}">{{_('Check CWA Status')}}</a>
</div>
<div class="row-form-group">
<a class="btn btn-default github" id="cwa_github_link" href="https://github.com/crocodilestick/Calibre-Web-Automated/">{{_('CWA GitHub')}}</a>
<a class="btn btn-default discord" id="cwa_discord_link" href="https://discord.gg/EjgSeek94R">{{_('CWA Discord Server')}}</a>
</div>
<div class="row form-group">
<h4><i>(More Functions Coming Soon!)</i></h4>
<a class="btn btn-default" id="library_convert">{{_('Convert Library to epub')}}</a>
<!-- href="{{url_for('convert_library.cwa_library_convert')}}" -->
<a class="btn btn-default" id="con_history">{{_('Show Conversion History')}}</a>
<!-- href="{{url_for('cwa_history.cwa_history_show')}}" -->
</div>

<div class="row form-group">
<h2>{{_('Administration')}}</h2>
Expand Down

0 comments on commit 86ab6ee

Please sign in to comment.