Reordered indicators with more frequently populated with values charts first
FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
parent
fe60eb8e88
commit
253ae8a4a5
1 changed files with 13 additions and 11 deletions
|
|
@ -62,15 +62,12 @@
|
|||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Time -->
|
||||
<!-- Cost -->
|
||||
<groupbox closable="false">
|
||||
<caption label="${i18n:_('Time')}" />
|
||||
<caption label="${i18n:_('Cost')}" />
|
||||
<hbox>
|
||||
<n:div id="task-completation-lag" style="height:200px; width:580px;"></n:div>
|
||||
<vbox>
|
||||
<n:div id="deadline-violation" style="height:200px; width:400px;"></n:div>
|
||||
<label id="lblAbsolute" class="dashboard-label" />
|
||||
</vbox>
|
||||
<!-- Cost status -->
|
||||
<costStatus id="costStatus" />
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
|
|
@ -105,15 +102,20 @@
|
|||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Cost -->
|
||||
|
||||
<!-- Time -->
|
||||
<groupbox closable="false">
|
||||
<caption label="${i18n:_('Cost')}" />
|
||||
<caption label="${i18n:_('Time')}" />
|
||||
<hbox>
|
||||
<!-- Cost status -->
|
||||
<costStatus id="costStatus" />
|
||||
<n:div id="task-completation-lag" style="height:200px; width:580px;"></n:div>
|
||||
<vbox>
|
||||
<n:div id="deadline-violation" style="height:200px; width:400px;"></n:div>
|
||||
<label id="lblAbsolute" class="dashboard-label" />
|
||||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="projectDashboardNoTasksWarningDiv" visible="false">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue