File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/kotlin/org/digma/intellij/plugin/ui/common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ class LoadStatusPanel(val project: Project) : DigmaResettablePanel() {
5656 val line1Panel = JPanel ()
5757 line1Panel.layout = BoxLayout (line1Panel, BoxLayout .X_AXIS )
5858 line1Panel.isOpaque = false
59- line1Panel.add(JLabel (asHtml(spanBold(" Digma is overloaded " )), SwingConstants .LEFT ))
59+ line1Panel.add(JLabel (asHtml(spanBold(" Some issues are not being detected " )), SwingConstants .LEFT ))
6060
6161 val line2Panel = JPanel ()
6262 line2Panel.layout = BoxLayout (line2Panel, BoxLayout .X_AXIS )
6363 line2Panel.isOpaque = false
64- line2Panel.add(JLabel (" Please consider deploying Digma " , SwingConstants .LEFT ))
65- line2Panel.add(ActionLink (" centrally" ) {
64+ line2Panel.add(JLabel (" We're processing less data to conserve resources, consider " , SwingConstants .LEFT ))
65+ line2Panel.add(ActionLink (" deploying centrally" ) {
6666 ActivityMonitor .getInstance(project).registerUserActionWithOrigin(" digma overload warning docs link clicked" , UserActionOrigin .LoadStatusPanel )
6767 BrowserUtil .browse(Links .DIGMA_OVERLOAD_WARNING_DOCS_URL , project)
6868 })
You can’t perform that action at this time.
0 commit comments