Skip to content

Commit

Permalink
feat: cost quota and price (labring#5014)
Browse files Browse the repository at this point in the history
* feat: init template cost quota and price

* feat: usage

* feat: price box

* fix: checkQuotaAllow

* fix: get quota

* fix: nodeport pricea

* fix: no used code

* fix: no used code

* fix: CheckQuotaType

* fix: cannot slice number
  • Loading branch information
zijiren233 authored and zjy365 committed Sep 3, 2024
1 parent 84478f2 commit cb7f3ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/providers/template/src/pages/deploy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ import PriceBox from './components/PriceBox';
import { useUserStore } from '@/store/user';
import { getResourceUsage } from '@/utils/usage';
import Head from 'next/head';
import QuotaBox from './components/QuotaBox';
import PriceBox from './components/PriceBox';
import { useUserStore } from '@/store/user';
import { getResourceUsage } from '@/utils/usage';

const ErrorModal = dynamic(() => import('./components/ErrorModal'));
const Header = dynamic(() => import('./components/Header'), { ssr: false });
Expand Down

0 comments on commit cb7f3ff

Please sign in to comment.