Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
bb23f57f
Commit
bb23f57f
authored
10 years ago
by
Paulus Schoutsen
Browse files
Options
Downloads
Patches
Plain Diff
Renamed build_polymer to build_frontend
parent
98c2f1ea
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build_frontend
+1
-1
1 addition, 1 deletion
build_frontend
homeassistant/components/http/frontend.py
+2
-2
2 additions, 2 deletions
homeassistant/components/http/frontend.py
homeassistant/components/http/www_static/frontend.html
+2
-4
2 additions, 4 deletions
homeassistant/components/http/www_static/frontend.html
with
5 additions
and
7 deletions
build_
polymer
→
build_
frontend
+
1
−
1
View file @
bb23f57f
...
...
@@ -6,5 +6,5 @@ cd ..
cp polymer/bower_components/platform/platform.js polymer_platform.js
vulcanize -o frontend.html --inline polymer/splash-login.html
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
This diff is collapsed.
Click to expand it.
homeassistant/components/http/frontend.py
+
2
−
2
View file @
bb23f57f
"""
DO NOT MODIFY. Auto-generated by build_
polymer
script
"""
VERSION
=
"
a5faad91ef716812aa252f8e7a0377ca
"
"""
DO NOT MODIFY. Auto-generated by build_
frontend
script
"""
VERSION
=
"
78833990f9ec3b3b56f233320ede7f89
"
This diff is collapsed.
Click to expand it.
homeassistant/components/http/www_static/frontend.html
+
2
−
4
View file @
bb23f57f
...
...
@@ -17873,13 +17873,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
background-color: #fff;
border-radius: 2px;
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;
position: relative;
background-color: white;
padding: 1
5
px;
padding: 1
6
px;
width: 100%;
}
...
...
@@ -17939,7 +17937,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</div>
<div class="time-ago">
<core-tooltip label="{{last_changed}}" position="bottom">
<core-tooltip label="{{
stateObj.
last_changed}}" position="bottom">
{{lastChangedFromNow}}
</core-tooltip>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment