Skip to content

Commit

Permalink
refactor(backend/frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya0 committed Feb 9, 2025
1 parent 25652ce commit 32aa4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/backend/common/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ var (
)

const (
PleaseSelectErr = "Please select a connection first"
PleaseSelectErr = "Please select a connection in the cluster"
)
2 changes: 1 addition & 1 deletion app/frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>wails-naive-demo</title>
<script type="module" crossorigin src="/assets/index-Cm4SLvg1.js"></script>
<script type="module" crossorigin src="/assets/index-CXFvk2Uo.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bn7QjkDv.css">
</head>
<body>
Expand Down

0 comments on commit 32aa4db

Please sign in to comment.