This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ae338d88b32 add yellow hover background to enter maintenance icon 
(#55631)
ae338d88b32 is described below

commit ae338d88b328372da1af4ea8811c5faa0b44b3dd
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Sat Sep 13 14:37:47 2025 -0500

    add yellow hover background to enter maintenance icon (#55631)
    
    Add  to MaintenanceEnterButton to provide
      consistent hover styling with other worker operation icons.
---
 .../edge3/src/airflow/providers/edge3/plugins/www/dist/main.umd.cjs     | 2 +-
 .../edge3/plugins/www/src/components/MaintenanceEnterButton.tsx         | 1 +
 providers/edge3/www-hash.txt                                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/providers/edge3/src/airflow/providers/edge3/plugins/www/dist/main.umd.cjs 
b/providers/edge3/src/airflow/providers/edge3/plugins/www/dist/main.umd.cjs
index 2e7788801ee..33eba547b2c 100644
--- a/providers/edge3/src/airflow/providers/edge3/plugins/www/dist/main.umd.cjs
+++ b/providers/edge3/src/airflow/providers/edge3/plugins/www/dist/main.umd.cjs
@@ -138,7 +138,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- */const np="token",pR=()=>{const e=document.cookie.split(";");for(const t of 
e){const[n,r]=t.split("=");if(n?.trim()==="_token"&&r!==void 0)return 
localStorage.setItem(np,r),document.cookie="_token=; expires=Sat, 01 Jan 2000 
00:00:00 UTC; path=/;",r}},mR=e=>{const t=localStorage.getItem(np)??pR();return 
t!==void 0&&(e.headers.Authorization=`Bearer 
${t}`),e},vR=()=>{const{data:e,error:t}=AI(void 
0,{enabled:!0,refetchInterval:tp});return 
e?.jobs&&e.jobs.length>0?g.jsx(vr,{p:2,children:g.j [...]
+ */const np="token",pR=()=>{const e=document.cookie.split(";");for(const t of 
e){const[n,r]=t.split("=");if(n?.trim()==="_token"&&r!==void 0)return 
localStorage.setItem(np,r),document.cookie="_token=; expires=Sat, 01 Jan 2000 
00:00:00 UTC; path=/;",r}},mR=e=>{const t=localStorage.getItem(np)??pR();return 
t!==void 0&&(e.headers.Authorization=`Bearer 
${t}`),e},vR=()=>{const{data:e,error:t}=AI(void 
0,{enabled:!0,refetchInterval:tp});return 
e?.jobs&&e.jobs.length>0?g.jsx(vr,{p:2,children:g.j [...]
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git 
a/providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceEnterButton.tsx
 
b/providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceEnterButton.tsx
index a7d526c0095..d6dcd1e6d1d 100644
--- 
a/providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceEnterButton.tsx
+++ 
b/providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceEnterButton.tsx
@@ -59,6 +59,7 @@ export const MaintenanceEnterButton = ({ onEnterMaintenance, 
workerName }: Maint
         aria-label="Enter Maintenance"
         title="Enter Maintenance"
         onClick={onOpen}
+        colorPalette="warning"
       >
         <HiOutlineWrenchScrewdriver />
       </IconButton>
diff --git a/providers/edge3/www-hash.txt b/providers/edge3/www-hash.txt
index 8a05e7f76e0..dc576b6d78b 100644
--- a/providers/edge3/www-hash.txt
+++ b/providers/edge3/www-hash.txt
@@ -1 +1 @@
-00633c53624d560176f73d3cccc880dce2af5bb4ba0bc2dc46e7327a47817051
+7e32af67c70359125a37701239579cacb19e6c0a0a248d1bb60d18cc3c274673

Reply via email to