mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Compare commits
20 Commits
update_cop
...
2271490
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a516d9ec45 | ||
|
|
61a0433c40 | ||
|
|
0fd7129d2f | ||
|
|
b4c0e29c04 | ||
|
|
8e723df3fb | ||
|
|
9e2ab607f7 | ||
|
|
7108c9b1ba | ||
|
|
e3632b734c | ||
|
|
881efd965c | ||
|
|
84b73d5bb6 | ||
|
|
9e7beff184 | ||
|
|
a0b6d71507 | ||
|
|
e267b5c1cc | ||
|
|
85bd63f1a4 | ||
|
|
ccd817e432 | ||
|
|
34611bdbdf | ||
|
|
15388fb03e | ||
|
|
c8310021bc | ||
|
|
93392c8795 | ||
|
|
f98cdf39d6 |
@@ -650,4 +650,4 @@ tr:hover td.nameColumnText {
|
||||
|
||||
.context-menu-item.icon-customize-columns {
|
||||
background-image: url(../../images/Options.svg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,14 +32,8 @@ export const PanelInfoErrorComponent: React.FunctionComponent<PanelInfoErrorProp
|
||||
return (
|
||||
<Stack className="panelInfoErrorContainer" horizontal verticalAlign="center">
|
||||
{icon}
|
||||
<span className="panelWarningErrorDetailsLinkContainer">
|
||||
<Text
|
||||
role="alert"
|
||||
aria-live="assertive"
|
||||
aria-label={message}
|
||||
className="panelWarningErrorMessage"
|
||||
variant="small"
|
||||
>
|
||||
<span className="panelWarningErrorDetailsLinkContainer" role="alert" aria-live="assertive">
|
||||
<Text aria-label={message} className="panelWarningErrorMessage" variant="small">
|
||||
{message}
|
||||
{link && linkText && (
|
||||
<Link target="_blank" href={link}>
|
||||
|
||||
Reference in New Issue
Block a user