Skip to content

Commit

Permalink
feat: release v1.25.0 (#362)
Browse files Browse the repository at this point in the history
* feat: include dashboard page (#360)

* feat: remove data/ui/* folders (#361)

Folders and files in them will be created in the `ucc-gen` step itself.
  • Loading branch information
artemrys committed Apr 25, 2023
1 parent c977782 commit 305e13b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 101 deletions.
21 changes: 0 additions & 21 deletions ui/src/main/resources/splunk/default/data/ui/nav/default.xml

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions ui/src/main/resources/splunk/default/data/ui/views/inputs.xml

This file was deleted.

20 changes: 0 additions & 20 deletions ui/src/main/resources/splunk/default/data/ui/views/redirect.xml

This file was deleted.

8 changes: 8 additions & 0 deletions ui/src/main/webapp/schema/schema.json
Expand Up @@ -461,6 +461,11 @@
"required": ["header", "actions"],
"additionalProperties": false
},
"DashboardPage": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"DateValidator": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1147,6 +1152,9 @@
},
"inputs": {
"$ref": "#/definitions/InputsPage"
},
"dashboard": {
"$ref": "#/definitions/DashboardPage"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 305e13b

Please sign in to comment.