From 6ed4df7d9c66f2b4687d54d72981d7bc373ac283 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Fri, 21 Feb 2025 01:26:14 +0800 Subject: [PATCH] misc: rename file --- module/webui/index.html | 6 +++--- module/webui/scripts/{vbmeta-digest.js => boot_hash.js} | 0 module/webui/styles/{boot-hash.css => boot_hash.css} | 0 .../webui/styles/{security-patch.css => security_patch.css} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename module/webui/scripts/{vbmeta-digest.js => boot_hash.js} (100%) rename module/webui/styles/{boot-hash.css => boot_hash.css} (100%) rename module/webui/styles/{security-patch.css => security_patch.css} (100%) diff --git a/module/webui/index.html b/module/webui/index.html index 479ee04..d748d9c 100644 --- a/module/webui/index.html +++ b/module/webui/index.html @@ -9,14 +9,14 @@ - + - + - + diff --git a/module/webui/scripts/vbmeta-digest.js b/module/webui/scripts/boot_hash.js similarity index 100% rename from module/webui/scripts/vbmeta-digest.js rename to module/webui/scripts/boot_hash.js diff --git a/module/webui/styles/boot-hash.css b/module/webui/styles/boot_hash.css similarity index 100% rename from module/webui/styles/boot-hash.css rename to module/webui/styles/boot_hash.css diff --git a/module/webui/styles/security-patch.css b/module/webui/styles/security_patch.css similarity index 100% rename from module/webui/styles/security-patch.css rename to module/webui/styles/security_patch.css