mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 20:57:51 +00:00
Renamed build_polymer to build_frontend
This commit is contained in:
parent
98c2f1ea42
commit
bb23f57f96
@ -6,5 +6,5 @@ cd ..
|
|||||||
cp polymer/bower_components/platform/platform.js polymer_platform.js
|
cp polymer/bower_components/platform/platform.js polymer_platform.js
|
||||||
vulcanize -o frontend.html --inline polymer/splash-login.html
|
vulcanize -o frontend.html --inline polymer/splash-login.html
|
||||||
cd ..
|
cd ..
|
||||||
echo '""" DO NOT MODIFY. Auto-generated by build_polymer script """' > frontend.py
|
echo '""" DO NOT MODIFY. Auto-generated by build_frontend script """' > frontend.py
|
||||||
echo 'VERSION = "'`md5 -q www_static/frontend.html`'"' >> frontend.py
|
echo 'VERSION = "'`md5 -q www_static/frontend.html`'"' >> frontend.py
|
@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_polymer script """
|
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||||
VERSION = "a5faad91ef716812aa252f8e7a0377ca"
|
VERSION = "78833990f9ec3b3b56f233320ede7f89"
|
||||||
|
@ -17873,13 +17873,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
|
||||||
/* transition */
|
|
||||||
-webkit-transition: all 0.30s ease-out;
|
|
||||||
transition: all 0.30s ease-out;
|
transition: all 0.30s ease-out;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 15px;
|
padding: 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -17939,7 +17937,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="time-ago">
|
<div class="time-ago">
|
||||||
<core-tooltip label="{{last_changed}}" position="bottom">
|
<core-tooltip label="{{stateObj.last_changed}}" position="bottom">
|
||||||
{{lastChangedFromNow}}
|
{{lastChangedFromNow}}
|
||||||
</core-tooltip>
|
</core-tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user