-
Notifications
You must be signed in to change notification settings - Fork 6
New Admin UI #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Admin UI #524
Conversation
# Conflicts: # pom.xml # webroot/adm/salt.html # webroot/adm/service.html # webroot/js/participantSummary.js
21a8efc to
04c24d8
Compare
04c24d8 to
1d51841
Compare
ee6355e to
3121bbe
Compare
3121bbe to
82ee89d
Compare
README.md
Outdated
| return { field1: inputs.field1 }; | ||
| } | ||
| }, | ||
| preProcess: async (inputs) => inputs, // Optional: Run before getUrl/getPayload and the API call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not indented the same as below line
README.md
Outdated
| type: 'select', | ||
| label: 'Select Option', | ||
| options: [ | ||
| 'simple', // Can pass as string if option values are same as UI text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Match indent with below line?
webroot/js/component/operations.js
Outdated
| }); | ||
| } | ||
|
|
||
| // function syntaxHighlightJson(json) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to keep this?
No description provided.