Reordered indicators with more frequently populated with values charts first

FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
Lorenzo Tilve Álvaro 2012-05-17 12:07:22 +02:00
parent fe60eb8e88
commit 253ae8a4a5

View file

@ -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">