Skip to content

Commit ca1c845

Browse files
authored
Merge pull request #24 from ZeroHost-Code/beta
v1.0.6
2 parents 1d7b93b + 02ce713 commit ca1c845

9 files changed

Lines changed: 372 additions & 392 deletions

File tree

middleware/permissions.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const PERMISSIONS = {
1414
SERVER_LIST: 'server:list',
1515
SERVER_DETAILS: 'server:details',
1616
SERVER_OVERVIEW: 'server:overview',
17-
SERVER_RESOURCES: 'server:resources',
1817

1918
// API key actions
2019
API_KEY_READ: 'api_key:read',
@@ -72,7 +71,6 @@ export const ROLE_PERMISSIONS = {
7271
PERMISSIONS.SERVER_LIST,
7372
PERMISSIONS.SERVER_DETAILS,
7473
PERMISSIONS.SERVER_OVERVIEW,
75-
PERMISSIONS.SERVER_RESOURCES,
7674
PERMISSIONS.API_KEY_READ,
7775
PERMISSIONS.API_KEY_WRITE,
7876
PERMISSIONS.API_KEY_DELETE,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zerohost-dashboard",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)