mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-11 14:08:10 +00:00
api-viewer: whitespace, indentation and typo fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
509eaa9290
commit
ab3ca2634d
@ -225,9 +225,9 @@ Ext.onReady(function() {
|
||||
if (info.permissions.user) {
|
||||
if (!info.permissions.description) {
|
||||
if (info.permissions.user === 'world') {
|
||||
permhtml += "Accessible without any authententification.";
|
||||
permhtml += "Accessible without any authentication.";
|
||||
} else if (info.permissions.user === 'all') {
|
||||
permhtml += "Accessible by all authententicated users.";
|
||||
permhtml += "Accessible by all authenticated users.";
|
||||
} else {
|
||||
permhtml += 'Onyl accessible by user "' +
|
||||
info.permissions.user + '"';
|
||||
|
Loading…
Reference in New Issue
Block a user