mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-12 12:37:14 +00:00
feat(web): Add DAG variables to web flow (#1981)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: 谨欣 <echo.cmy@antgroup.com> Co-authored-by: yanzhiyong <932374019@qq.com> Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
This commit is contained in:
@@ -308,15 +308,14 @@ export default function AppContent() {
|
||||
className='w-[230px] h-[40px] border-1 border-white backdrop-filter backdrop-blur-lg bg-white bg-opacity-30 dark:border-[#6f7f95] dark:bg-[#6f7f95] dark:bg-opacity-60'
|
||||
/>
|
||||
</div>
|
||||
<div className='flex items-center gap-4 h-10'>
|
||||
<Button
|
||||
className='border-none text-white bg-button-gradient h-full flex items-center'
|
||||
icon={<PlusOutlined className='text-base' />}
|
||||
onClick={handleCreate}
|
||||
>
|
||||
{t('create_app')}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
className='border-none text-white bg-button-gradient flex items-center'
|
||||
icon={<PlusOutlined className='text-base' />}
|
||||
onClick={handleCreate}
|
||||
>
|
||||
{t('create_app')}
|
||||
</Button>
|
||||
</div>
|
||||
<div className=' w-full flex flex-wrap pb-12 mx-[-8px]'>
|
||||
{apps.map(item => {
|
||||
|
Reference in New Issue
Block a user