Profile Name: {{ hasharrTestProfile['name'] }}
Enabled: {{ hasharrTestProfile['enabled'] }}
Apply Actions: {{ hasharrTestProfile['applyActions'] }}
diff --git a/ui/src/app/app.sass b/ui/src/app/app.sass
index 9368c48..dd729c3 100644
--- a/ui/src/app/app.sass
+++ b/ui/src/app/app.sass
@@ -196,3 +196,26 @@ main
&.active
color: var(--bs-success-text-emphasis)
+
+.hasharr-integration
+ .input-group
+ margin-bottom: 0
+
+.hasharr-action-row
+ display: flex
+ flex-wrap: wrap
+ gap: 0.5rem
+
+.hasharr-status-block
+ min-height: 2.5rem
+ display: flex
+ flex-direction: column
+ justify-content: center
+ text-align: left
+
+.hasharr-profile-result
+ margin-top: 0.25rem
+ padding: 0.5rem 0.75rem
+ border: 1px solid var(--bs-border-color)
+ border-radius: 0.375rem
+ background: var(--bs-tertiary-bg)