refactor(SettingsPage): replace PTR zone icon with IconWorld for improved clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m7s
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
|||||||
IconNetwork,
|
IconNetwork,
|
||||||
IconCloud,
|
IconCloud,
|
||||||
IconChartPie,
|
IconChartPie,
|
||||||
IconDns,
|
IconWorld,
|
||||||
IconChevronDown,
|
IconChevronDown,
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
import FormField from './components/FormField';
|
import FormField from './components/FormField';
|
||||||
@@ -461,7 +461,7 @@ export default function SettingsPage() {
|
|||||||
<SectionCard
|
<SectionCard
|
||||||
id="ptr-zone"
|
id="ptr-zone"
|
||||||
title="Настройка PTR зоны"
|
title="Настройка PTR зоны"
|
||||||
icon={IconDns}
|
icon={IconWorld}
|
||||||
defaultOpen={true}
|
defaultOpen={true}
|
||||||
>
|
>
|
||||||
<div className="row g-3">
|
<div className="row g-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user