-
-
-
-
-
-
- Show
- Hide panel
-
-
-
-
-
-
-
-
- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
- -
-
-
-
- Repo list
+ Welcome to WelsonJS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Repo list
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Form to fill in
-
-
-
-
-
-
-
-
-
-
-
-
- Cool graph
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Irene says:
-
- -
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis quis adipiscing est. Curabitur vel dui dolor. Vestibulum molestie fermentum diam, nec interdum ante molestie ut. Integer consequat iaculis auctor. Duis vitae felis ligula, ultrices blandit dolor.
-
-
-
-
-
-
-
-
-
-
-
- My Data
-
- # | -ID | -Name | -Dept | -Notes | -
---|---|---|---|---|
1 | -- | - | - | - |
2 | -- | - | - | - |
3 | -- | - | - | - |
4 | -- | - | - | - |
5 | -- | - | - | - |
-
-
-
-
- Inventory
-
-
-
-
-
-
-
-
-
-
-
-
-
- Comics
-
-
-
-
-
-
-
-
-
-
- Clothing
-
-
-
-
-
-
-
-
-
-
- Warning
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Something has gone wrong. Please try again!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/index.js b/app/index.js
index d9575db..35675e0 100644
--- a/app/index.js
+++ b/app/index.js
@@ -68,7 +68,7 @@ var getLocalApplications = function() {
for (var i = 0; i < servers.length; i++) {
template.find("select").append($("").attr({
value: servers[i].data.id
- }).text(servers[i].data.ipaddress));
+ }).text(servers[i].data.ipaddress + (servers[i].data.status !== "published" ? "(점검중)" : "")));
}
for (var i = 0; i < localApplications.length; i++) {
diff --git a/versionid.txt b/versionid.txt
index bf0d87a..105d7d9 100644
--- a/versionid.txt
+++ b/versionid.txt
@@ -1 +1 @@
-4
\ No newline at end of file
+100
\ No newline at end of file
-
-
+ WelsonJS can build Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA.
+ It is ready to use on Windows machine immediately. No require additional software installation.