aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/tools/dmarc_reports/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/tools/tools/dmarc_reports/index.html')
-rw-r--r--modules/private/websites/tools/tools/dmarc_reports/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/private/websites/tools/tools/dmarc_reports/index.html b/modules/private/websites/tools/tools/dmarc_reports/index.html
index ded05e1..af29cdf 100644
--- a/modules/private/websites/tools/tools/dmarc_reports/index.html
+++ b/modules/private/websites/tools/tools/dmarc_reports/index.html
@@ -11,7 +11,13 @@
11 11
12<body> 12<body>
13 <div id="app" style="width: 100%"> 13 <div id="app" style="width: 100%">
14 <div class="optionblock" v-if="info"> 14 <div class="optionblock">
15 <div class='options'>
16 <span class='optionlabel'>Anonymize</span>
17 <label><input type="radio" :value="false" v-model="anonymous" v-on:click="toggleAnonymous()"> no</label>
18 <label><input type="radio" :value="true" v-model="anonymous" v-on:click="toggleAnonymous()"> yes</label>
19 </div>
20 <template v-if="info">
15 <div class='options'> 21 <div class='options'>
16 <span class='optionlabel'>Hide all-green lines:</span> 22 <span class='optionlabel'>Hide all-green lines:</span>
17 <label><input type="radio" :value="false" v-model="filterGreen"> no</label> 23 <label><input type="radio" :value="false" v-model="filterGreen"> no</label>
@@ -43,9 +49,13 @@
43 <option v-for="date in info.dates" :value="date">{{ date }}</option> 49 <option v-for="date in info.dates" :value="date">{{ date }}</option>
44 </select> 50 </select>
45 </div> 51 </div>
52 </template>
46 </div> 53 </div>
47 54
48 <h1 class='main'>DMARC Reports</h1> 55 <h1 class='main'>DMARC Reports</h1>
56 <p v-if="!info" class="warninginfo">
57 No information could be fetched. If in non-anonymous mode you need to be logged-in
58 </p>
49 <table class='reportlist' v-if="summaries"> 59 <table class='reportlist' v-if="summaries">
50 <thead> 60 <thead>
51 <tr> 61 <tr>