-
Notifications
You must be signed in to change notification settings - Fork 15
feat(Configs): add info about full config #2921
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
base: main
Are you sure you want to change the base?
Conversation
tabs = tabs.filter((tab) => tab.id !== clusterTabsIds.events); | ||
skippedTabs.push(clusterTabsIds.events); | ||
} | ||
if (!isViewerUser) { |
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.
Why don't you also check capabilities here?
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.
I'll clarify this on Monday!
I had to migrate from YDBSyntaxHighlighter to MonacoEditor, as the previous solution caused the interface to freeze when working with large configs. |
}; | ||
|
||
return ( | ||
<TableWithControlsLayout fullHeight className={b(null, className)}> |
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.
I use here TableWithControlsLayout
cause it perfectly fits. I'm going to rename TableWithControlsLayout
-> SectionWithControlsLayout
so it may be used not only with tables, but with whatever content.
tabs = tabs.filter((tab) => tab.id !== clusterTabsIds.events); | ||
skippedTabs.push(clusterTabsIds.events); | ||
} | ||
if (!isViewerUser) { |
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.
I'll clarify this on Monday!
closes #2867
stand:
Cluster page
Node page
Database page
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Test Changes Summary ⏭️2
⏭️ Skipped Tests (2)
Bundle Size: 🔺
Current: 85.61 MB | Main: 85.37 MB
Diff: +0.24 MB (0.28%)
ℹ️ CI Information