modified: templates/global_admin_dashboard.html

This commit is contained in:
SimolZimol
2024-10-31 22:06:08 +01:00
parent d14779124a
commit 0c7ec7fcbe

View File

@@ -38,7 +38,6 @@
<a href="{{ url_for('start') }}" class="btn btn-primary btn-block {{ 'disabled' if g.bot_running else '' }}">Start Bot</a> <a href="{{ url_for('start') }}" class="btn btn-primary btn-block {{ 'disabled' if g.bot_running else '' }}">Start Bot</a>
<a href="{{ url_for('stop') }}" class="btn btn-danger btn-block {{ 'disabled' if not g.bot_running else '' }}">Stop Bot</a> <a href="{{ url_for('stop') }}" class="btn btn-danger btn-block {{ 'disabled' if not g.bot_running else '' }}">Stop Bot</a>
<a href="{{ url_for('view_logs') }}" class="btn btn-warning btn-block">View Logs</a> <a href="{{ url_for('view_logs') }}" class="btn btn-warning btn-block">View Logs</a>
<a href="{{ url_for('update_all_profile_pictures') }}" class="btn btn-primary mt-3">Update Profile Pictures</a>
</div> </div>
</div> </div>
</div> </div>