mirror of https://gitee.com/bigwinds/arangodb
modified collection info view
This commit is contained in:
parent
d9d092695c
commit
33c54a9e7b
|
@ -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"> </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"> </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"> </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"> </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"> </th>
|
||||
<th class="modal-text"> </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"> </th>
|
||||
<th class="modal-text"> </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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue