-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1006c3
commit 2773554
Showing
13 changed files
with
690 additions
and
493 deletions.
There are no files selected for viewing
167 changes: 166 additions & 1 deletion
167
...gui/dist/css/app.fb4b46e126eadff0ed0a.css → ...gui/dist/css/app.77df9acbfc40a7330df9.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...dist/css/app.fb4b46e126eadff0ed0a.css.map → ...dist/css/app.77df9acbfc40a7330df9.css.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
<head><link href="/css/app.fb4b46e126eadff0ed0a.css" rel="stylesheet"></head><!doctype html> | ||
<head><link href="/css/app.77df9acbfc40a7330df9.css" rel="stylesheet"></head><!doctype html> | ||
<!-- | ||
Copyright 2022 Google LLC | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<title>OpenHTF</title> | ||
|
||
<!-- TODO(Kenadia): sockjs-client should be included via node. --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/sockjs-client/1.1.4/sockjs.min.js"></script> | ||
|
||
<base href="/"> | ||
<htf-app config="{{ json_encode(config) }}">Loading...</htf-app> | ||
<script type="text/javascript" src="/js/polyfills.fb4b46e126eadff0ed0a.js"></script><script type="text/javascript" src="/js/vendor.fb4b46e126eadff0ed0a.js"></script><script type="text/javascript" src="/js/app.fb4b46e126eadff0ed0a.js"></script> | ||
<script type="text/javascript" src="/js/polyfills.77df9acbfc40a7330df9.js"></script><script type="text/javascript" src="/js/vendor.77df9acbfc40a7330df9.js"></script><script type="text/javascript" src="/js/app.77df9acbfc40a7330df9.js"></script> |
Oops, something went wrong.