aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-08 13:56:09 -0800
committerValerio Virgillito2012-03-08 13:56:09 -0800
commit22a66cb6e243a3f1c867b62e3942fd2e828019d9 (patch)
tree4b2f8bf0d8306964f35435dac3d1f6592b3dee19 /node_modules/montage/ui/loading-panel.reel/loading-panel.html
parentcef07085443b7c31e878daaad083b7408c57e104 (diff)
downloadninja-22a66cb6e243a3f1c867b62e3942fd2e828019d9.tar.gz
integrating v0.7 montage into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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