このトピックでは、管理コンソールの [ダッシュボード] ページの背景を変更する方法について説明します。

背景を変更するには、組織内の両方のテナント アプライアンスで stylesForCustomBranding.css ファイルを編集します。
$> /usr/local/desktone/release/dt-platform-20_2_0/deploy/dt-tenant-node-20.2.0-bin/horizonadmin/static/css/production/ stylesForCustomBranding.css 
次の例のように、コードの該当するセクションを編集して、コメントされたコードをコメント解除し、色の値 background-color を変更します。
.main-container .dashboard-background {
    background-color: #cfe7bb; }

次の図は、このタイプの変更の前後のページの外観の例を示しています。

変更前 変更後
ブランディング前のページの例 ブランディング後のページの例