Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73917: ui: Updated old usage of "Query" on console UI filter drop-down to "Statement" for consistency r=THardy98 a=THardy98 Previously, the text on the filtering drop-down used both "query" and "statement" to refer to the same thing. This change removes the old usage of "query" on the drop-down, replacing it with "statement" for consistency. Resolves: #73464 Release note (ui change): updated text of filter drop-down for consistency 73923: ui: use cluster-ui appStats functions r=matthewtodd a=xinhaoz Partially addresses #71826 Previously, `appStats.ts` which contains utils to aggregate statement statistics from the server was being duplicated between db-console and cluster-ui. This commit replaces the db-console `appStats.ts` with cluster-ui's functions, allowing us to delete the duplicated file in db-console. Release note: None Co-authored-by: Thomas Hardy <thardy@cockroachlabs.com> Co-authored-by: Xin Hao Zhang <xzhang@cockroachlabs.com>
- Loading branch information