From 36732005b413a774a4ee231e5c8ea2839a71485b Mon Sep 17 00:00:00 2001
From: yp05327 <576951401@qq.com>
Date: Thu, 27 Jul 2023 03:51:26 +0900
Subject: [PATCH] Disable download action logs button when there's no logs
(#26114)
If there's no logs, you can also click the download button, then you
will get `job is not started` page

https://gitea.com/yp05327/testrepo/actions/runs/38
After:
If there's no steps displayed, the download button will be disabled.

---
web_src/js/components/RepoActionView.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue
index 08cead08c5..2c4273f2f2 100644
--- a/web_src/js/components/RepoActionView.vue
+++ b/web_src/js/components/RepoActionView.vue
@@ -74,7 +74,7 @@