You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/05 10:20:19 UTC

[GitHub] [cloudstack] sbrueseke opened a new issue, #7056: UI user icon not using primary-color setting

sbrueseke opened a new issue, #7056:
URL: https://github.com/apache/cloudstack/issues/7056

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.17.2.0
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   After login into UI the top right user icon does not use @primary-color from theme section of config.json


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland closed issue #7056: UI user icon not using primary-color setting

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland closed issue #7056: UI user icon not using primary-color setting
URL: https://github.com/apache/cloudstack/issues/7056


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] sbrueseke commented on issue #7056: UI user icon not using primary-color setting

Posted by "sbrueseke (via GitHub)" <gi...@apache.org>.
sbrueseke commented on issue #7056:
URL: https://github.com/apache/cloudstack/issues/7056#issuecomment-1410525255

   > @sbrueseke I could not reproduce this on main or 4.18 . Is this bug specific to 4.17.2.0?
   
   I am not able to install 4.18 at the moment, so I cannot test it on this version.
   
   This is how the html code looks like on 4.17.2:
   `<span class="user-menu-avatar avatar ant-avatar ant-avatar-sm ant-avatar-circle" style="background-color: rgb(24, 144, 255); color: white;" data-v-46ea8cbc=""><span class="ant-avatar-string" style="transform: scale(1) translateX(-50%);">SB</span></span>`
   
   It looks like background-color in styles is not beeing changed by the theme.
   Can you maybe double-check the code on 4.18?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rahulbcn27 commented on issue #7056: UI user icon not using primary-color setting

Posted by "rahulbcn27 (via GitHub)" <gi...@apache.org>.
rahulbcn27 commented on issue #7056:
URL: https://github.com/apache/cloudstack/issues/7056#issuecomment-1408571498

   I am working on it .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] sbrueseke commented on issue #7056: UI user icon not using primary-color setting

Posted by "sbrueseke (via GitHub)" <gi...@apache.org>.
sbrueseke commented on issue #7056:
URL: https://github.com/apache/cloudstack/issues/7056#issuecomment-1478059036

   @rahulbcn27 I updated our test installation to 4.18.0.0 and it looks like this issue is still present. 
   I am talking about the small avatar icon at the top of the right corner:
   ![avatar](https://user-images.githubusercontent.com/23243455/226657545-8d90f028-5cd7-4652-9972-775d18456045.PNG)
   
   html source code show that style tag has an attribute background-color which is set to the default value and not to the primary-color value. Can you please check this an verify it? Thank you! 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rahulbcn27 commented on issue #7056: UI user icon not using primary-color setting

Posted by "rahulbcn27 (via GitHub)" <gi...@apache.org>.
rahulbcn27 commented on issue #7056:
URL: https://github.com/apache/cloudstack/issues/7056#issuecomment-1409693514

   @sbrueseke  I could not reproduce this on main or 4.18 . Is this bug specific to 4.17.2.0?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org