Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Goshimmer_without_tipselection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COLLET Ismael
Goshimmer_without_tipselection
Commits
da7448da
Commit
da7448da
authored
4 years ago
by
COLLET Ismael
Committed by
Ismaël Collet
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Dashboard.tsx
parent
f5bfc7f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/dashboard/frontend/src/app/components/Dashboard.tsx
+63
-59
63 additions, 59 deletions
plugins/dashboard/frontend/src/app/components/Dashboard.tsx
with
63 additions
and
59 deletions
plugins/dashboard/frontend/src/app/components/Dashboard.tsx
+
63
−
59
View file @
da7448da
...
@@ -4,6 +4,7 @@ import Row from "react-bootstrap/Row";
...
@@ -4,6 +4,7 @@ import Row from "react-bootstrap/Row";
import
Col
from
"
react-bootstrap/Col
"
;
import
Col
from
"
react-bootstrap/Col
"
;
import
Uptime
from
"
app/components/Uptime
"
;
import
Uptime
from
"
app/components/Uptime
"
;
import
Version
from
"
app/components/Version
"
;
import
Version
from
"
app/components/Version
"
;
import
Synced
from
"
app/components/Synced
"
;
import
MPSChart
from
"
app/components/MPSChart
"
;
import
MPSChart
from
"
app/components/MPSChart
"
;
import
TipsChart
from
"
app/components/TipsChart
"
;
import
TipsChart
from
"
app/components/TipsChart
"
;
import
NodeStore
from
"
app/stores/NodeStore
"
;
import
NodeStore
from
"
app/stores/NodeStore
"
;
...
@@ -22,7 +23,7 @@ export class Dashboard extends React.Component<Props, any> {
...
@@ -22,7 +23,7 @@ export class Dashboard extends React.Component<Props, any> {
render
()
{
render
()
{
return
(
return
(
<
Container
>
<
Container
>
<
h3
>
Dashboard
</
h3
>
<
h3
>
Dashboard
(MODIFIED)
</
h3
>
<
Row
className
=
{
"
mb-3
"
}
>
<
Row
className
=
{
"
mb-3
"
}
>
<
Col
>
<
Col
>
<
Card
>
<
Card
>
...
@@ -44,6 +45,9 @@ export class Dashboard extends React.Component<Props, any> {
...
@@ -44,6 +45,9 @@ export class Dashboard extends React.Component<Props, any> {
</
Card
>
</
Card
>
</
Col
>
</
Col
>
</
Row
>
</
Row
>
<
Row
className
=
{
"
mb-3
"
}
>
<
Col
><
Synced
/></
Col
>
</
Row
>
<
Row
className
=
{
"
mb-3
"
}
>
<
Row
className
=
{
"
mb-3
"
}
>
<
Col
><
MPSChart
/></
Col
>
<
Col
><
MPSChart
/></
Col
>
</
Row
>
</
Row
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment