aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel/loading-panel.html')
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.html b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
index 27825a09..ff1677ea 100755
--- a/node_modules/montage/ui/loading-panel.reel/loading-panel.html
+++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
@@ -34,7 +34,7 @@
34 "boundObjectPropertyPath": "initializedModuleCount", 34 "boundObjectPropertyPath": "initializedModuleCount",
35 "oneway": true 35 "oneway": true
36 }, 36 },
37 "maximumValue": { 37 "max": {
38 "boundObject": {"@": "owner"}, 38 "boundObject": {"@": "owner"},
39 "boundObjectPropertyPath": "requiredModuleCount", 39 "boundObjectPropertyPath": "requiredModuleCount",
40 "oneway": true 40 "oneway": true
@@ -81,7 +81,9 @@
81 <div id="loadingPanel" class="montage-loading-panel"> 81 <div id="loadingPanel" class="montage-loading-panel">
82 <div id="loadingIndicator" class="loadingIndicator"></div> 82 <div id="loadingIndicator" class="loadingIndicator"></div>
83 <div id="loadingCount" class="loadingCount"> 83 <div id="loadingCount" class="loadingCount">
84 <span id="loadedCount" class="loadedCount">0</span><span class="divider">/</span><span id="requiredCount" class="requiredCount">0</span> 84 <span id="loadedCount" class="loadedCount">0</span>
85 <span class="divider">/</span>
86 <span id="requiredCount" class="requiredCount">0</span>
85 </div> 87 </div>
86 </div> 88 </div>
87 89