Skip to content

Commit

Permalink
styling authorization priority
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Oct 26, 2023
1 parent 07b31e2 commit 27e3f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This is the list of the permissions methods available for datasets and all their

### Priority
```mermaid
%%{init: {'themeVariables': { 'fontSize': '11px', 'fontFamily' : 'monospace'}}}%%
%%{init: {'theme' : 'base', 'themeVariables': { 'fontSize': '11px', 'fontFamily' : 'monospace'}}}%%
graph LR;
DatasetCreate-->DatasetCreateOwnerNoPid;
DatasetCreateOwnerNoPid-->DatasetCreateOwnerWithPid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is the list of the permissions methods available for origdatablock and all

#### Priority
```mermaid
%%{init: {'themeVariables': { 'fontSize': '11px', 'fontFamily' : 'monospace'}}}%%
%%{init: {'theme' : 'base', 'themeVariables': { 'fontSize': '11px', 'fontFamily' : 'monospace'}}}%%
graph LR;
DatasetOrigdatablockCreate-->DatasetOrigdatablockCreateOwner;
DatasetOrigdatablockCreateOwner-->DatasetOrigdatablockCreateAny;
Expand Down

0 comments on commit 27e3f25

Please sign in to comment.