Skip to content

Commit 6b29639

Browse files
web-server: Add GUI button directing to index.html (#432)
Co-authored-by: Isak Jakobsson <[email protected]>
1 parent aad523d commit 6b29639

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

web-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Where the expected output is
165165
</html>
166166
```
167167

168-
As can be seen it's HTML code, browse to web page
169-
`http://<AXIS_DEVICE_IP>/local/web_server_rev_proxy/my_web_server`
170-
for seeing it rendered.
168+
To view the rendered web page, click on the `Open` button of the application
169+
from the `Apps` tab of the device GUI. Alternatively, browse directly to
170+
`http://<AXIS_DEVICE_IP>/local/web_server_rev_proxy/my_web_server`.
171171

172172
The application log can be found by either
173173

web-server/app/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"version": "1.0.0"
1010
},
1111
"configuration": {
12+
"settingPage": "index.html",
1213
"reverseProxy": [
1314
{
1415
"apiPath": "my_web_server",

0 commit comments

Comments
 (0)