mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Dat tabs and others in actions map
This commit is contained in:
parent
46fe5d78a1
commit
989ec5aa3e
1 changed files with 9 additions and 9 deletions
|
@ -364,7 +364,7 @@ app:
|
||||||
action_help: Install apps
|
action_help: Install apps
|
||||||
api: POST /app/install
|
api: POST /app/install
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: false
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
lock: false
|
lock: false
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -687,7 +687,7 @@ monitor:
|
||||||
### monitor_enable()
|
### monitor_enable()
|
||||||
enable:
|
enable:
|
||||||
action_help: Enable server monitoring
|
action_help: Enable server monitoring
|
||||||
api: PUT /monitor/enable
|
api: PUT /monitor/enable
|
||||||
arguments:
|
arguments:
|
||||||
-n:
|
-n:
|
||||||
full: --no-stats
|
full: --no-stats
|
||||||
|
@ -696,7 +696,7 @@ monitor:
|
||||||
|
|
||||||
### monitor_disable()
|
### monitor_disable()
|
||||||
disable:
|
disable:
|
||||||
api: DELETE /monitor/disable
|
api: DELETE /monitor/disable
|
||||||
action_help: Disable server monitoring
|
action_help: Disable server monitoring
|
||||||
|
|
||||||
|
|
||||||
|
@ -710,7 +710,7 @@ service:
|
||||||
### service_start()
|
### service_start()
|
||||||
start:
|
start:
|
||||||
action_help: Start one or more services
|
action_help: Start one or more services
|
||||||
api: PUT /service/start
|
api: PUT /service/start
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
help: Service name to start
|
help: Service name to start
|
||||||
|
@ -720,7 +720,7 @@ service:
|
||||||
### service_stop()
|
### service_stop()
|
||||||
stop:
|
stop:
|
||||||
action_help: Stop one or more services
|
action_help: Stop one or more services
|
||||||
api: DELETE /service/stop
|
api: DELETE /service/stop
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
help: Service name to stop
|
help: Service name to stop
|
||||||
|
@ -730,7 +730,7 @@ service:
|
||||||
### service_enable()
|
### service_enable()
|
||||||
enable:
|
enable:
|
||||||
action_help: Enable one or more services
|
action_help: Enable one or more services
|
||||||
api: PUT /service/enable
|
api: PUT /service/enable
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
help: Service name to enable
|
help: Service name to enable
|
||||||
|
@ -740,7 +740,7 @@ service:
|
||||||
### service_disable()
|
### service_disable()
|
||||||
disable:
|
disable:
|
||||||
action_help: Disable one or more services
|
action_help: Disable one or more services
|
||||||
api: DELETE /service/disable
|
api: DELETE /service/disable
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
help: Service name to disable
|
help: Service name to disable
|
||||||
|
@ -750,7 +750,7 @@ service:
|
||||||
### service_status()
|
### service_status()
|
||||||
status:
|
status:
|
||||||
action_help: Show status information about one or more services (all by default)
|
action_help: Show status information about one or more services (all by default)
|
||||||
api: GET /service/status
|
api: GET /service/status
|
||||||
arguments:
|
arguments:
|
||||||
names:
|
names:
|
||||||
help: Service name to show
|
help: Service name to show
|
||||||
|
@ -760,7 +760,7 @@ service:
|
||||||
### service_log()
|
### service_log()
|
||||||
log:
|
log:
|
||||||
action_help: Log every log files of a service
|
action_help: Log every log files of a service
|
||||||
api: GET /service/log
|
api: GET /service/log
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
name:
|
||||||
help: Service name to log
|
help: Service name to log
|
||||||
|
|
Loading…
Add table
Reference in a new issue