minor clean up on headings, alerts at top of /fix_dups route
This commit is contained in:
@@ -109,14 +109,16 @@
|
||||
{% endif %}
|
||||
{% if GetJM_Message() != None %}
|
||||
{% set msg=GetJM_Message() %}
|
||||
<div class="row alert alert-{{msg.alert}}">
|
||||
{% if msg.job_id %}
|
||||
<a href="{{url_for('joblog', id=msg.job_id)}}">Job #{{msg.job_id}}</a>:
|
||||
{% if url_for(request.endpoint) != "/fix_dups" %}
|
||||
<div class="row alert alert-{{msg.alert}}">
|
||||
{% if msg.job_id %}
|
||||
<a href="{{url_for('joblog', id=msg.job_id)}}">Job #{{msg.job_id}}</a>:
|
||||
{% endif %}
|
||||
{{msg.message|safe}}
|
||||
</div>
|
||||
{% if msg.alert != "danger" %}
|
||||
{% set dont_print=ClearJM_Message(msg.id) %}
|
||||
{% endif %}
|
||||
{{msg.message|safe}}
|
||||
</div>
|
||||
{% if msg.alert != "danger" %}
|
||||
{% set dont_print=ClearJM_Message(msg.id) %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{% extends "base.html" %} {% block main_content %}
|
||||
<div class="container-fluid">
|
||||
<h3 class="offset-lg-2">{{page_title}}</h3>
|
||||
<p>Duplicate files have been detected. They have the same binary content,
|
||||
<div class="alert alert-info">Duplicate files have been detected. They have the same binary content,
|
||||
but either have a different name or are stored in two different
|
||||
directories. Choose between the options below. NOTE: after you click
|
||||
'Delete Duplicates', the files / directories in red will be deleted from the file
|
||||
system, those in green will remain</p>
|
||||
system, those in green will remain</div>
|
||||
|
||||
<script>
|
||||
let D=[]
|
||||
|
||||
Reference in New Issue
Block a user