How to hide elements in the Space Tools Menu

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

目的

To hide specific elements displayed in Space Tools menu. The following are some examples:

How to hide Delete Space for all users

  1. Go to  > General Configuration > Stylesheet (under "Look and Feel" section)
  2. Click edit
  3. Add the following code:

    [data-web-item-key=removespace] {
      visibility:hidden !important;
    }
  4. 保存します。

How to hide Reorder Pages for all users

  1. Go to > General Configuration > Stylesheet (under "Look and Feel" section)
  2. Click edit
  3. Add the following code:

    [data-web-item-key=reorder] {  
      visibility:hidden !important;  
    }  
  4. 保存します。


説明 How to hide certain menu in the Space Admin console
製品Confluence
最終更新日 2019 年 4 月 4 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.