hanahmily commented on code in PR #515:
URL: 
https://github.com/apache/skywalking-banyandb/pull/515#discussion_r1721267753


##########
ui/src/views/Dashboard/index.vue:
##########
@@ -360,7 +387,11 @@ watchEffect(() => {
                 </el-select>
             </span>
         </div>
-
+        <div class="error-alert">
+            <!-- Conditionally display the alert if hasMonitoring is false -->
+            <el-alert v-if="!hasMonitoring" title="Self-monitoring not 
available, please turn on native flag."

Review Comment:
   ```suggestion
               <el-alert v-if="!hasMonitoring" title="Self-monitoring not 
available, please turn it on by setting \"--observability-modes=native\"."
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to