Skip to content
Snippets Groups Projects
Commit 4f5b35df authored by Bob Mottram's avatar Bob Mottram
Browse files

Sequential mode of the web ui

parent 38a9355e
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,8 @@ Although it's tempting and easy, avoid adding javascript into the html files. Th
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
The web interface operates in a strictly sequential/synchronous mode. So if you try to install multiple apps it puts them into a queue and does the installs one after another. The same applies for app removals.
** How translations happen
Translations are stored within *webadmin/translations*. When you select a language html files are copied from *webadmin/EN* and then the English strings are searched and replaced. Strings to be translated are indicated within the html files with the parameter *translate=*"*yes*".
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-09-27 Thu 11:30 -->
<!-- 2018-09-27 Thu 11:34 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -477,6 +477,10 @@ Although it's tempting and easy, avoid adding javascript into the html files. Th
<p>
It is assumed that only the administrator will be accessing the web interface, so dealing with collisions between multiple users making contradicting changes to the same things at the same time isn't necessary.
</p>
<p>
The web interface operates in a strictly sequential/synchronous mode. So if you try to install multiple apps it puts them into a queue and does the installs one after another. The same applies for app removals.
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment