tirkarthi commented on code in PR #46661:
URL: https://github.com/apache/airflow/pull/46661#discussion_r1951965150


##########
airflow/ui/src/layouts/DagsLayout.tsx:
##########
@@ -16,5 +16,20 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+import { Box } from "@chakra-ui/react";
+import type { PropsWithChildren } from "react";
 
-export * from "./Runs";
+import { NavTabs } from "./Details/NavTabs";
+
+const tabs = [
+  { label: "Dags", value: "/dags" },
+  { label: "Runs", value: "/runs" },
+  { label: "Instances", value: "/instances" },

Review Comment:
   The label could be "Task Instances" and value "task_instances" like other 
pages for consistency.



-- 
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