+ You are not connected to a runtime. Connect to the runtime to manage its users. +
++ Manage the accounts that can log in to this runtime. +
+Loading users…
+ ) : loadError ? ( +{loadError}
+ ) : ( +| Username | +Role | ++ Actions + | +
|---|---|---|
| + {user.username} + {isSelf && (you)} + | +{user.role} | +
+
+ {canEditRow(user) && (
+
+ )}
+ {canDeleteRow(user) && (
+
+ )}
+
+ |
+
No users found.
} ++ "{deleteTarget?.username}" will no longer be able to log in to the runtime. This cannot be undone. +
+- This OpenPLC Runtime has no users registered. Please create the first user account. -
- - -{description}
+ )} + + +