Skip to content

Commit b6da39a

Browse files
committed
Version build for release 0.4-rc-2
1 parent 9e9a3c8 commit b6da39a

16 files changed

+22
-15
lines changed
7.32 KB
Binary file not shown.
7.09 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

usr/libexec/pi-web-agent/css/68605e1837405f5465ef1e7f696dae9f.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usr/libexec/pi-web-agent/css/d93728bfc0f7451454442a08a96b44c5.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usr/libexec/pi-web-agent/etc/config/pi_web_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CONFIG_FILE=os.environ['MY_HOME']+"/etc/config/config.cfg"
66
CONFIG_PATH=os.environ['MY_HOME']+"/etc/config"
7-
VERSION="0.4"
7+
VERSION="0.4-rc-2"
88
class Configuration(object):
99

1010
def __init__(self):

usr/libexec/pi-web-agent/templates/_main_part1.htm

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1+
<html><head><script src='/css/68605e1837405f5465ef1e7f696dae9f.js'></script>
2+
<link rel='stylesheet' href=/css/d93728bfc0f7451454442a08a96b44c5.css type='text/css'>
13

2-
<html><head>
3-
<script src="/css/jquery-1.10.2.min.js"></script>
4-
<script src="/css/bootstrap.min.js"></script>
5-
<script src="/css/bootswatch.js"></script>
6-
<script src="/css/knockout.js"></script>
7-
<script src="/css/system_scripts.js"></script>
8-
<script src="/css/appDefinitions.js" type="text/javascript"></script>
9-
<link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection">
10-
<link href="/css/bootstrap.css" rel="stylesheet" type="text/css">
11-
<link href="/css/installUninstallSwitch.css" rel="stylesheet" type="text/css">
12-
<link href="/css/system/css/system.css" rel="stylesheet" type="text/css">
134
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.min.css">
145
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
15-
<script src="/css/dependency_manager.js"></script>
16-
<script src="/css/general_purpose_scripts.js" type="text/javascript"></script>
17-
<script src="/css/framework.js"></script>
186
<!--[if lt IE 8]>
197
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
208
<![endif]-->

0 commit comments

Comments
 (0)