Skip to content

Commit 04eff49

Browse files
committed
Fixed after review dstackai/dstack-cloud#373
1 parent 3d14740 commit 04eff49

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

frontend/src/locale/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"fleets": {
566566
"no_alert": {
567567
"title": "No fleets",
568-
"description": "Please, create a fleet",
568+
"description": "The project has no fleets. Create one before submitting a run.",
569569
"button_title": "Create a fleet"
570570
},
571571
"fleet": "Fleet",

frontend/src/pages/Fleets/List/styles.module.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
.alertBox {
22
margin-bottom: 12px;
3+
4+
:global {
5+
& [class^="awsui_alert"] {
6+
& [class^="awsui_action-slot"] {
7+
display: flex;
8+
align-items: center;
9+
}
10+
}
11+
}
312
}
413
.filters {
514
display: flex;

frontend/src/pages/Runs/List/styles.module.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
.alertBox {
22
margin-bottom: 12px;
3+
4+
:global {
5+
& [class^="awsui_alert"] {
6+
& [class^="awsui_action-slot"] {
7+
display: flex;
8+
align-items: center;
9+
}
10+
}
11+
}
312
}
413
.selectFilters {
514
display: flex;

0 commit comments

Comments
 (0)