diff --git a/web/angular.json b/web/angular.json
index bb7ed158b..d3ab81cf0 100644
--- a/web/angular.json
+++ b/web/angular.json
@@ -377,13 +377,8 @@
"budgets": [
{
"type": "initial",
- "maximumWarning": "500kB",
- "maximumError": "1MB"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "4kB",
- "maximumError": "8kB"
+ "maximumWarning": "2mb",
+ "maximumError": "5mb"
}
],
"outputHashing": "all"
diff --git a/web/projects/ui/src/app/routes/portal/components/interfaces/addresses/actions.component.ts b/web/projects/ui/src/app/routes/portal/components/interfaces/addresses/actions.component.ts
index 7b2079b4b..9750e6475 100644
--- a/web/projects/ui/src/app/routes/portal/components/interfaces/addresses/actions.component.ts
+++ b/web/projects/ui/src/app/routes/portal/components/interfaces/addresses/actions.component.ts
@@ -5,7 +5,12 @@ import {
input,
output,
} from '@angular/core'
-import { CopyService, DialogService, i18nPipe } from '@start9labs/shared'
+import {
+ CopyService,
+ DialogService,
+ i18nKey,
+ i18nPipe,
+} from '@start9labs/shared'
import { TUI_IS_MOBILE } from '@taiga-ui/cdk'
import {
TuiButton,
@@ -22,6 +27,14 @@ import { InterfaceComponent } from '../interface.component'
selector: 'td[actions]',
template: `
+
@if (interface.value()?.type === 'ui') {
{{ 'Actions' | i18n }}
-