Index Advisor Tab on Execute Query (#2177)

Index Advisor
This commit is contained in:
archie-agarwal
2025-10-24 17:11:59 +05:30
committed by GitHub
parent d0d615a85a
commit abf4b3bd0f
12 changed files with 929 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
import * as React from "react";
import { MessageBar, MessageBarType } from "@fluentui/react";
import * as React from "react";
import { handleError } from "../../../../../Common/ErrorHandlingUtils";
import {
mongoIndexTransformationRefreshingMessage,
renderMongoIndexTransformationRefreshMessage,
} from "../../SettingsRenderUtils";
import { handleError } from "../../../../../Common/ErrorHandlingUtils";
import { isIndexTransforming } from "../../SettingsUtils";
export interface IndexingPolicyRefreshComponentProps {