From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 2D79E1FF15C for ; Wed, 13 Nov 2024 10:16:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 7519410C9D; Wed, 13 Nov 2024 10:16:08 +0100 (CET) Message-ID: <1bac79ec-7598-4c8d-952f-a394044a08cb@proxmox.com> Date: Wed, 13 Nov 2024 10:16:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: Proxmox VE development discussion , Thomas Lamprecht , Dominik Csapak References: <20240531080703.880174-1-d.csapak@proxmox.com> <3725cde0-842b-4fd7-b352-e3336e1b6d20@proxmox.com> From: Aaron Lauterer In-Reply-To: <3725cde0-842b-4fd7-b352-e3336e1b6d20@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.036 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [RFC PATCH manager] api/ui: include the node ha status in resources call and show as icon X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On 2024-11-12 20:49, Thomas Lamprecht wrote: > Am 31.05.24 um 10:07 schrieb Dominik Csapak: >> we already have the information parsed, so it's cheap, and we already >> have a mechanism in place that adds 'ha-' as a css class, so >> let's reuse that. >> >> I chose a yellow wrench, as wrenches are associated with 'maintenance', >> and because the state warrants more notice than 'online' but less than >> 'offline'. >> >> Users mentioned in the forum that this would be nice: >> https://forum.proxmox.com/threads/125768/ >> >> Signed-off-by: Dominik Csapak >> --- >> not sure about the color, since the yellow has relatively low contrast >> in the light mode (in dark mode it's fine). It's the same yellow as for >> 'io-errors' though. > > maybe blue as more of a "notice" color, this state is not problematic per > se after all. Some thoughts from my side: We use #3892d4 for the Ceph PG pie chart if PGs are doing some non critical work. It is a "mid" blue that works quite well in both, light and dark theme. The wrench symbol can be a bit thin as it is even smaller than the main icon. Maybe the `cog` icon works better? But no hard feelings on either from my side. The cog wheel and the blue would result in the following CSS class: .x-tree-icon-custom.ha-maintenance:after, .x-grid-icon-custom.ha-maintenance:after { content: "\f013"; color: #3892d4; } > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel