display remote server folder analysis

master
Steve L. Nyemba 8 years ago
parent 9f24f177db
commit b9dda8fd47

@ -253,8 +253,14 @@ def get_folders():
d = gReader.read()
if 'folders' in d:
d = d['folders']
index = len(d) -1
d = d[index]
r = []
for row in d :
keys = row.keys()[0]
row = row[keys]
r.append(row)
d = r
else:
d = []

@ -81,9 +81,9 @@
</div>
<div style="margin-top:10px">
<div id="folder_summary">
<div class="small">
<div class="">
<div class="bold">Smart Folder Analysis/Monitoring</div>
<div>Powered By Machine Learning</div>
<div class="small">Powered By Machine Learning</div>
</div>
<div style="margin-top:10px; height:150px">
@ -93,11 +93,11 @@
</div>
<div id="folder_plan" style="display:none">
<div class="border-bottom small" style="height:32px">
<div class="border-bottom" style="height:32px">
<div class="bold">Deletion/Archiving Plan <i class="fa fa-quote-left"></i> <span id="folder_name"></span> <i class="fa fa-quote-right"></i>
<i class="fa fa-angle-up action right bold" style="font-size:16px; margin:4px;" onclick="monitor.folders.show.grid()"></i>
</div>
<div class="left">Powered By Machine Learning</div>
<div class="small left">Powered By Machine Learning</div>
</div>

Loading…
Cancel
Save