+ {page > 1 + ? "Looks like we've run out of backups to show you, try going back a page." + : 'It looks like there are no backups currently stored for this server.'} +
+ ) + ) : ( + items.map((backup, index) => ( ++ Backups cannot be created for this server because the backup limit is set to 0. +
+ )} ++ {backups.backupCount} of {backupLimit} backups have been created for this server. +
+ )} + {backupLimit > 0 && backupLimit > backups.backupCount && ( ++ You are currently using {data.length} of {allocationLimit} allowed allocations for + this server. +
+ {allocationLimit > data.length && ( + + )} ++ Your SFTP password is the same as the password you use to access this panel. +
+Node
+{node}
+ Server ID
+{uuid}
+ {data.invocation}
++ This is an advanced feature allowing you to select a Docker image to use when running + this server instance. +
+ > + ) : ( + <> + + {isCustomImage && ( ++ This {"server's"} Docker image has been manually set by an administrator and cannot + be changed through this UI. +
+ )} + > + )} +It looks like you don't have any subusers.
+ ) : ( + subusers.map((subuser) =>