diff --git a/packages/manager/src/features/Linodes/LinodeCreatev2/index.tsx b/packages/manager/src/features/Linodes/LinodeCreatev2/index.tsx index 341bebcfc9b..49ba44f093f 100644 --- a/packages/manager/src/features/Linodes/LinodeCreatev2/index.tsx +++ b/packages/manager/src/features/Linodes/LinodeCreatev2/index.tsx @@ -1,3 +1,4 @@ +import { isEmpty } from '@linode/api-v4'; import React, { useEffect, useRef } from 'react'; import { FormProvider, useForm } from 'react-hook-form'; import { useHistory } from 'react-router-dom'; @@ -14,6 +15,7 @@ import { useCloneLinodeMutation, useCreateLinodeMutation, } from 'src/queries/linodes/linodes'; +import { scrollErrorIntoView } from 'src/utilities/scrollErrorIntoView'; import { Access } from './Access'; import { Actions } from './Actions'; @@ -45,8 +47,6 @@ import { VLAN } from './VLAN'; import { VPC } from './VPC/VPC'; import type { SubmitHandler } from 'react-hook-form'; -import { isEmpty } from '@linode/api-v4'; -import { scrollErrorIntoView } from 'src/utilities/scrollErrorIntoView'; export const LinodeCreatev2 = () => { const { params, setParams } = useLinodeCreateQueryParams(); diff --git a/packages/manager/src/features/OneClickApps/oneClickAppsv2.ts b/packages/manager/src/features/OneClickApps/oneClickAppsv2.ts index c2816a609c8..e447e0246f6 100644 --- a/packages/manager/src/features/OneClickApps/oneClickAppsv2.ts +++ b/packages/manager/src/features/OneClickApps/oneClickAppsv2.ts @@ -2422,7 +2422,6 @@ export const oneClickApps: Record = { start: '1d76ba', }, description: `Secure, stable, and free alternative to popular video conferencing services. This app deploys four networked Jitsi nodes.`, - isNew: true, logo_url: 'jitsi.svg', name: 'Jitsi Cluster', related_guides: [ @@ -2437,7 +2436,6 @@ export const oneClickApps: Record = { }, 1350783: { alt_description: 'Open source, highly available, shared filesystem.', - isNew: true, alt_name: 'GlusterFS', categories: ['Development'], colors: { @@ -2468,6 +2466,7 @@ export const oneClickApps: Record = { start: '333333', }, description: `Couchbase Enterprise Server is a high-performance NoSQL database, built for scale. Couchbase Server is designed with memory-first architecture, built-in cache and workload isolation.`, + isNew: true, logo_url: 'couchbase.svg', name: 'Couchbase Cluster', related_guides: [ @@ -2490,6 +2489,7 @@ export const oneClickApps: Record = { start: '00C7D4', }, description: `Apache Kafka supports a wide range of applications from log aggregation to real-time analytics. Kafka provides a foundation for building data pipelines, event-driven architectures, or stream processing applications.`, + isNew: true, logo_url: 'apachekafka.svg', name: 'Apache Kafka Cluster', related_guides: [