1
0
Fork 0

modified collection info view

This commit is contained in:
hkernbach 2016-09-23 10:41:58 +02:00
parent d9d092695c
commit 33c54a9e7b
2 changed files with 100 additions and 80 deletions

View File

@ -125,86 +125,6 @@
</div>
<table class="figures1 arango-table">
<tr class="figuresHeader">
<th class="">Type</th>
<th>Count</th>
<th>Size</th>
<th>Info</th>
</tr>
<tr>
<th class="modal-text">Datafiles</th>
<th class="modal-text"><%=numeral(figuresData.figures.datafiles.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.datafiles.fileSize)%>
</th>
<th class="tooltipInfoTh">
<div>
<a class="modalTooltips" data-toggle="tooltip" data-placement="left" title="Number and total size of active datafiles.">
<span class="arangoicon icon_arangodb_info"></span>
</a>
</div>
</th>
</tr>
<tr>
<th class="modal-text">Journals</th>
<th class="modal-text"><%=numeral(figuresData.figures.journals.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.journals.fileSize)%>
</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total size of journal files.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">Compactors</th>
<th class="modal-text"><%=numeral(figuresData.figures.compactors.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.compactors.fileSize)%>
</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total size of compactor files.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">Indexes</th>
<th class="modal-text"><%=numeral(figuresData.figures.indexes.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.indexes.size)%>
</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total memory usage of indexes.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
</table>
<table class="figures2 arango-table">
<tr class="figuresHeader">
<th>Type</th>
<th>Count</th>
<th>Info</th>
</tr>
<tr>
<th class="modal-text">Uncollected</th>
<th class="modal-text"><%=figuresData.figures.uncollectedLogfileEntries%></th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Total number of uncollected WAL entries">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">References</th>
<th class="modal-text"><%=figuresData.figures.documentReferences%></th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Total number of objects pointing to documents in collection datafiles">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
</table>
<table class="figures3 arango-table">
<tr class="figuresHeader">
<th>Type</th>
<th>Count</th>
@ -245,4 +165,95 @@
<tr><th><div> </div></th></tr>
</table>
<table class="figures2 arango-table">
<tr class="figuresHeader">
<th>Type</th>
<th>Count</th>
<th>Size</th>
<th></th>
<th>Info</th>
</tr>
<tr>
<th class="modal-text">Datafiles</th>
<th class="modal-text"><%=numeral(figuresData.figures.datafiles.count).format('0,0')%></th>
<th class="modal-text">
<%= prettyBytes(figuresData.figures.datafiles.fileSize) %>
</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<div>
<a class="modalTooltips" data-toggle="tooltip" data-placement="left" title="Number and total size of active datafiles.">
<span class="arangoicon icon_arangodb_info"></span>
</a>
</div>
</th>
</tr>
<tr>
<th class="modal-text">Journals</th>
<th class="modal-text"><%=numeral(figuresData.figures.journals.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.journals.fileSize)%>
</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total size of journal files.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">Compactors</th>
<th class="modal-text"><%=numeral(figuresData.figures.compactors.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.compactors.fileSize)%>
</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total size of compactor files.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">Indexes</th>
<th class="modal-text"><%=numeral(figuresData.figures.indexes.count).format('0,0')%></th>
<th class="modal-text">
<%=prettyBytes(figuresData.figures.indexes.size)%>
</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Number and total memory usage of indexes.">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
</table>
<table class="figures3 arango-table">
<tr class="figuresHeader">
<th>Type</th>
<th>Count</th>
<th></th>
<th></th>
<th>Info</th>
</tr>
<tr>
<th class="modal-text">Uncollected</th>
<th class="modal-text"><%=figuresData.figures.uncollectedLogfileEntries%></th>
<th class="modal-text">&nbsp;</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Total number of uncollected WAL entries">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
<tr>
<th class="modal-text">References</th>
<th class="modal-text"><%=figuresData.figures.documentReferences%></th>
<th class="modal-text">&nbsp;</th>
<th class="modal-text">&nbsp;</th>
<th class="tooltipInfoTh">
<a class="modalTooltips" title="Total number of objects pointing to documents in collection datafiles">
<span class="arangoicon icon_arangodb_info"></span></a>
</th>
</tr>
</table>
</script>

View File

@ -97,6 +97,7 @@
.figures3 {
margin-left: 0 !important;
margin-top: 40px;
table-layout: fixed;
width: 100%;
.icon_arangodb_info {
@ -104,4 +105,12 @@
text-align: center;
}
}
.figures2 {
margin-top: -20px;
}
.figures3 {
margin-bottom: 40px;
}
}