mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update images and add edit button for data retention
This commit is contained in:
BIN
App/FeatureSet/Home/Static/img/custom-data-retention.png
Normal file
BIN
App/FeatureSet/Home/Static/img/custom-data-retention.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
BIN
App/FeatureSet/Home/Static/img/search-with-sql.png
Normal file
BIN
App/FeatureSet/Home/Static/img/search-with-sql.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 603 KiB |
@@ -104,8 +104,8 @@
|
||||
<div class="mt-12 sm:mt-16 lg:mt-0">
|
||||
<div class="-mr-48 pl-6 md:-mr-16 lg:relative lg:m-0 lg:h-full lg:px-0">
|
||||
<img
|
||||
class="w-full rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0 lg:h-full lg:w-auto lg:max-w-none"
|
||||
src="/img/status-pages.png" alt="Status Pages">
|
||||
class="w-full mt-40 rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0"
|
||||
src="/img/custom-data-retention.png" alt="Status Pages">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -201,7 +201,7 @@
|
||||
<div class="-mr-48 pl-6 md:-mr-16 lg:relative lg:m-0 lg:h-full lg:px-0">
|
||||
<img
|
||||
class="w-full rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0 lg:h-full lg:w-auto lg:max-w-none"
|
||||
src="/img/branding.png" alt="Inbox user interface">
|
||||
src="/img/search-with-sql.png" alt="Inbox user interface">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -55,6 +55,7 @@ const Settings: FunctionComponent<PageComponentProps> = (
|
||||
'Configure how long you want to keep your telemetry data - like Logs, Metrics, and Traces.',
|
||||
}}
|
||||
isEditable={true}
|
||||
editButtonText='Edit Data Retention'
|
||||
formFields={[
|
||||
{
|
||||
field: {
|
||||
|
||||
Reference in New Issue
Block a user