Update Charting to use fancybox

This commit is contained in:
2018-09-08 21:04:27 -04:00
parent 71576a3569
commit 91d9efa7f7
8 changed files with 81 additions and 88 deletions
+2 -2
View File
@@ -9,10 +9,10 @@
<div class="row panel">
<div class="col-lg-8">
Service description: @Model.ServerDescription<br/>
Est. processing time by LeafInput size -
@*Est. processing time by LeafInput size -
<i class="fa fa-file-o"></i> 1: <strong>@Model.TimeInProgressEstimater.EstimateTimeInProgress(1).ToRoundedReadableString()</strong>
<i class="fa fa-file-o"></i> 10: <strong>@Model.TimeInProgressEstimater.EstimateTimeInProgress(10).ToRoundedReadableString()</strong>
<i class="fa fa-file-o"></i> 100: <strong>@Model.TimeInProgressEstimater.EstimateTimeInProgress(100).ToRoundedReadableString()</strong>
<i class="fa fa-file-o"></i> 100: <strong>@Model.TimeInProgressEstimater.EstimateTimeInProgress(100).ToRoundedReadableString()</strong>*@
</div>
<div class="col-lg-4">
@using (Html.BeginUmbracoForm<QueueController>("Search", FormMethod.Post))