-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added UI+api support for RulesV2. Read-only in the release , editable…
… in the next release. (#409) * First version of Rules V2 editor * UI rules adjustments and improved rules autoloading from workflows
- Loading branch information
Showing
23 changed files
with
1,522 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.73.4" | ||
__version__ = "0.74.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.38a62222.css", | ||
"main.js": "./static/js/main.2efd96b2.js", | ||
"main.js": "./static/js/main.25d27396.js", | ||
"static/media/logo.svg": "./static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg", | ||
"index.html": "./index.html", | ||
"main.38a62222.css.map": "./static/css/main.38a62222.css.map", | ||
"main.2efd96b2.js.map": "./static/js/main.2efd96b2.js.map" | ||
"main.25d27396.js.map": "./static/js/main.25d27396.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.38a62222.css", | ||
"static/js/main.2efd96b2.js" | ||
"static/js/main.25d27396.js" | ||
] | ||
} |
116 changes: 116 additions & 0 deletions
116
cognite/neat/app/ui/neat-app/build/img/architect-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.