Skip to content

Commit

Permalink
DocInfo Experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jul 10, 2020
1 parent 18d1a22 commit 4e6b111
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ui/public/i18n/language.json
Expand Up @@ -186,7 +186,8 @@
"MaxExecutionTime": "This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser.",
"MemoryLimit": "This sets the maximum amount of memory in bytes that a script is allowed to allocate, this value must be larger than the 'Maximum post size'.",
"PostMaxSize": "Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than 'Upload maximum file size'.",
"UploadMaxFilesize":"The maximum size of an uploaded file, this value must be smaller than the 'Maximum post size'."
"UploadMaxFilesize":"The maximum size of an uploaded file, this value must be smaller than the 'Maximum post size'.",
"Websocket-label": "Experimental feature, The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server."
},
"validation": {
"validation_failed": "Validation failed",
Expand Down
8 changes: 7 additions & 1 deletion ui/src/components/ModalProxypassVhostEdit.vue
Expand Up @@ -263,7 +263,13 @@ select {
<label
class="col-sm-3 control-label"
v-bind:for="id + '-WebSockets'"
>{{$t('proxypass.Enable_WebSockets')}}</label>
>{{$t('proxypass.Enable_WebSockets')}}
<doc-info
:placement="'right'"
:chapter="'Websocket-label'"
:inline="true"
></doc-info>
</label>
<div class="col-sm-9">
<input
type="checkbox"
Expand Down

0 comments on commit 4e6b111

Please sign in to comment.