Skip to content

Commit

Permalink
Merge pull request #1667 from aziontech/dev
Browse files Browse the repository at this point in the history
DEPLOY 2024.09.02 #2
  • Loading branch information
HerbertJulio authored Sep 2, 2024
2 parents da444d1 + a2c4c68 commit 7a03751
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
23 changes: 9 additions & 14 deletions azion/production/azion.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
"origin-key": "c9f8a8c3-8121-414c-9a3c-208a263bc846",
"name": "origin-manager"
},
{
"origin-id": 142754,
"origin-key": "d4cea926-0592-456a-a913-eff4268b7bd7",
"name": "origin-vcs"
},
{
"origin-id": 142755,
"origin-key": "341ed3e6-59ef-4b9b-a19b-f43a1d1501d4",
Expand All @@ -60,9 +55,14 @@
"name": "origin-api"
},
{
"origin-id": 142758,
"origin-key": "6589b741-6654-4e8d-bb4e-b6c0c850d750",
"name": "origin-script-runner"
"origin-id": 152310,
"origin-key": "1b3c2fd6-4ac1-4063-9ff5-e2b4352f917c",
"name": "origin-marketplace"
},
{
"origin-id": 142751,
"origin-key": "4c361d2f-dbb5-42c0-a6b6-28b0e6e50d91",
"name": "console_kit_31-07-2024_single"
}
],
"rules-engine": {
Expand Down Expand Up @@ -108,11 +108,6 @@
"name": "Route Specific API Services to Script Runner Origin",
"phase": "request"
},
{
"id": 269756,
"name": "Route Version Control System API to VCS Origin",
"phase": "request"
},
{
"id": 269757,
"name": "Route User Authentication and Account Management to SSO Origin",
Expand Down Expand Up @@ -164,4 +159,4 @@
"name": "Cities - Cache"
}
]
}
}
2 changes: 0 additions & 2 deletions src/templates/navbar-block/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<div class="flex gap-2 items-center ml-auto">
<Create />
<Help />
<AiChatButton />
<FeedbackFish
class="text-white border-header bg-header hover:bg-header-button-hover"
:outlined="false"
Expand Down Expand Up @@ -76,7 +75,6 @@
import Create from './create'
import FeedbackFish from './feedback-fish'
import Help from './help'
import AiChatButton from './ai-chat-button.vue'
import SwitchAccount from './switch-account'
import ProfileBlock from '@templates/profile-block'
import { openDocumentation } from '@/helpers'
Expand Down
12 changes: 2 additions & 10 deletions src/views/Domains/FormFields/FormFieldsCreateDomains.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
import FieldText from '@/templates/form-fields-inputs/fieldText'
import FieldGroupRadio from '@/templates/form-fields-inputs/fieldGroupRadio'
import FieldSwitchBlock from '@/templates/form-fields-inputs/fieldSwitchBlock'
import GetHelp from '@modules/azion-ai-chat/azion-ai-get-help.vue'
import { useField } from 'vee-validate'
import { computed, ref, watch } from 'vue'
import { DomainsPrompts } from '@/modules/azion-ai-chat/contextual-prompts'
const props = defineProps({
digitalCertificates: {
Expand Down Expand Up @@ -101,10 +99,7 @@
description=" Create a domain with Azion to launch an edge application and set up security with digital
certificates."
>
<template #title>
General
<GetHelp :prompt="DomainsPrompts.create.general" />
</template>
<template #title> General </template>
<template #inputs>
<div class="flex flex-col sm:max-w-lg w-full gap-2">
<FieldText
Expand All @@ -123,10 +118,7 @@
<form-horizontal
description="Determine the edge application of the domain and its digital certificate. To link an existing domain to an application, add it to the CNAME field and block access to the application via the Azion domain."
>
<template #title>
Settings
<GetHelp :prompt="DomainsPrompts.create.settings" />
</template>
<template #title> Settings </template>
<template #inputs>
<div class="flex flex-col w-full sm:max-w-xs gap-2">
<FieldDropdown
Expand Down

0 comments on commit 7a03751

Please sign in to comment.