Skip to content

Commit

Permalink
ad dproperties action for Bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Oct 4, 2024
1 parent a86e33d commit 1379ac7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/projects/ui/src/app/services/api/api.fixures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,15 @@ export module Mock {
hasInput: true,
group: null,
},
properties: {
name: 'Bitcoin Properties',
description: 'view important information about Bitcoin',
warning: null,
visibility: 'enabled',
allowedStatuses: 'any',
hasInput: false,
group: null,
},
},
serviceInterfaces: {
ui: {
Expand Down
9 changes: 9 additions & 0 deletions web/projects/ui/src/app/services/api/mock-patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ export const mockPatchData: DataModel = {
hasInput: true,
group: null,
},
properties: {
name: 'Bitcoin Properties',
description: 'view important information about Bitcoin',
warning: null,
visibility: 'enabled',
allowedStatuses: 'any',
hasInput: false,
group: null,
},
},
serviceInterfaces: {
ui: {
Expand Down

0 comments on commit 1379ac7

Please sign in to comment.