+
+ Action
+ {
+ // @ts-ignore
+ rule.timeRestriction.action = e.detail.selectedId;
+ }}
+ items={[
+ { id: "block", text: "Block" },
+ { id: "allow", text: "Allow" },
+ { id: "sendTo", text: "Send data to service" },
+ ]}
/>
-
-
- {#if rule.timeRestriction.from != "" && rule.timeRestriction.to != ""}
- {/if}
-
-
- {$_("User = ")}
-
-
-
- {#if rule.user != ""}
-
+
+ {$_("Domain = ")}
+
- {/if}
-
-
- {$_("Content Size = ")}
-
-
-
-
-
- {#if rule.contentSize !== 0 && rule.contentSize !== null}
-
+
+ {$_("Time = ")}
+
+
+
+
- {/if}
-
-
-
- {$_("Content Type = ")}
-
-
-
-
-
- {#if rule.contentType != ""}
-
+
+ {$_("User = ")}
+
+
+
+ {#if rule.user != ""}
+
+ {/if}
+
+
+ {$_("Content Size = ")}
+
+
+
+
+
+ {#if rule.contentSize !== 0 && rule.contentSize !== null}
+
+ {/if}
+
+
+
+ {$_("Content Type = ")}
+
+
+
- {/if}
-
-
-