79722599

Date: 2025-08-01 13:57:13
Score: 1
Natty:
Report link

I've added the CSS config from old vCenter 7 to the vCenter 8 UI by using Tampermonkey:

// ==UserScript==
// @name         Recover nowrap in vCenter
// @namespace    http://tampermonkey.net/
// @version      2025-08-01
// @description  Recover nowrap in vCenter
// @grant        GM_addStyle
// @include *
// ==/UserScript==



(function() {
    //'use strict';

    GM_addStyle('clr-dg-cell { white-space: nowrap; overflow: hidden; text-overflow: ellipsis }');
})();
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: daniel0290