-
Notifications
You must be signed in to change notification settings - Fork 27
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
ADMINUI-2331 Support for viewing and update of service configurations #222
base: master
Are you sure you want to change the base?
Conversation
🆗 |
auth.requireRole('operators'), | ||
resume, | ||
bodyParser, | ||
services.updateService); |
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.
remove two lines below
🔢 |
caebda7
to
3474426
Compare
🔢 |
3474426
to
e83bdaf
Compare
</h1> | ||
</div> | ||
{this.state.error && <ErrorAlert error={this.state.error} />} | ||
<section className="params"> |
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.
Angela Fong
8:55 AM
This entire section (L75:L114) is actually not required to be displayed for a service: 1) Customer metadata are not applicable to services, 2) Tags are view-only and aren't supposed to be something user has control over.
🔢 |
415fb8b
to
f2ab26f
Compare
No description provided.