Skip to content

Commit

Permalink
Rebuild web_gui from head (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
glados-verma committed Oct 14, 2022
1 parent d1006c3 commit 2773554
Show file tree
Hide file tree
Showing 13 changed files with 690 additions and 493 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 18 additions & 2 deletions openhtf/output/web_gui/dist/index.html
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>
Loading

0 comments on commit 2773554

Please sign in to comment.