Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
e004bf28
Commit
e004bf28
authored
Jan 19, 2023
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
07d432cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
values.yaml
deploy/values/main/values.yaml
+1
-0
values.yaml
deploy/values/review/values.yaml
+1
-0
tokens.tsx
pages/tokens.tsx
+2
-2
Tokens.tsx
ui/pages/Tokens.tsx
+2
-2
No files found.
deploy/values/main/values.yaml
View file @
e004bf28
...
@@ -473,6 +473,7 @@ frontend:
...
@@ -473,6 +473,7 @@ frontend:
# - "/address"
# - "/address"
-
"
/stats"
-
"
/stats"
-
"
/search-results"
-
"
/search-results"
-
"
/tokens"
resources
:
resources
:
limits
:
limits
:
memory
:
memory
:
...
...
deploy/values/review/values.yaml
View file @
e004bf28
...
@@ -322,6 +322,7 @@ frontend:
...
@@ -322,6 +322,7 @@ frontend:
-
"
/stats"
-
"
/stats"
-
"
/search-results"
-
"
/search-results"
-
"
/token"
-
"
/token"
-
"
/tokens"
resources
:
resources
:
limits
:
limits
:
...
...
pages/tokens.tsx
View file @
e004bf28
...
@@ -5,7 +5,7 @@ import React from 'react';
...
@@ -5,7 +5,7 @@ import React from 'react';
import
getNetworkTitle
from
'
lib/networks/getNetworkTitle
'
;
import
getNetworkTitle
from
'
lib/networks/getNetworkTitle
'
;
import
Tokens
from
'
ui/pages/Tokens
'
;
import
Tokens
from
'
ui/pages/Tokens
'
;
const
Block
Page
:
NextPage
=
()
=>
{
const
Tokens
Page
:
NextPage
=
()
=>
{
const
title
=
getNetworkTitle
();
const
title
=
getNetworkTitle
();
return
(
return
(
<>
<>
...
@@ -17,6 +17,6 @@ const BlockPage: NextPage = () => {
...
@@ -17,6 +17,6 @@ const BlockPage: NextPage = () => {
);
);
};
};
export
default
Block
Page
;
export
default
Tokens
Page
;
export
{
getServerSideProps
}
from
'
lib/next/getServerSideProps
'
;
export
{
getServerSideProps
}
from
'
lib/next/getServerSideProps
'
;
ui/pages/Tokens.tsx
View file @
e004bf28
...
@@ -4,7 +4,7 @@ import Page from 'ui/shared/Page/Page';
...
@@ -4,7 +4,7 @@ import Page from 'ui/shared/Page/Page';
import
PageTitle
from
'
ui/shared/Page/PageTitle
'
;
import
PageTitle
from
'
ui/shared/Page/PageTitle
'
;
import
TokensList
from
'
ui/tokens/Tokens
'
;
import
TokensList
from
'
ui/tokens/Tokens
'
;
const
T
ransactio
ns
=
()
=>
{
const
T
oke
ns
=
()
=>
{
return
(
return
(
<
Page
>
<
Page
>
<
PageTitle
text=
"Tokens"
withTextAd
/>
<
PageTitle
text=
"Tokens"
withTextAd
/>
...
@@ -13,4 +13,4 @@ const Transactions = () => {
...
@@ -13,4 +13,4 @@ const Transactions = () => {
);
);
};
};
export
default
T
ransactio
ns
;
export
default
T
oke
ns
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment