chore(ui): resolve CVEs
This commit is contained in:
parent
3760c137dc
commit
41f1cb0ff8
2 changed files with 1245 additions and 1440 deletions
|
@ -495,6 +495,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
<span className="flex-list-item-r padding-r-m">
|
<span className="flex-list-item-r padding-r-m">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
readOnly
|
||||||
className="margin-r-m"
|
className="margin-r-m"
|
||||||
value={`${
|
value={`${
|
||||||
document.location.href.split("?")[0]
|
document.location.href.split("?")[0]
|
||||||
|
@ -506,7 +507,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
}}
|
}}
|
||||||
className="grey1-bg white-font"
|
className="grey1-bg white-font"
|
||||||
>
|
>
|
||||||
Delete
|
Disable
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue