Skip to content

Commit

Permalink
chore: icons updated
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Nov 29, 2024
1 parent 96db01d commit 09f1046
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 20 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-P polarion2404
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public String getLabel() {
@Nullable
@Override
public String getIconUrl() {
return "/polarion/icons/default/topicIcons/documentsAndWiki.svg";
return "/polarion/excel-importer-admin/ui/images/menu/30x30/_parent.svg";
}

@Nullable
Expand Down
45 changes: 26 additions & 19 deletions src/main/resources/META-INF/hivemodule.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<module id="ch.sbb.polarion.extension.excel_importer" version="1.0.0">

<contribution configuration-id="com.polarion.xray.webui.administrationPageExtenders">
<extender name="About"
<extender id="about"
name="About"
parentNodeId="excel-importer"
parentNodeName="Excel Importer"
parentNodeIconUrl="/polarion/icons/default/topicIcons/documentsAndWiki.svg"
iconUrl="/polarion/icons/default/topicIconsSmall/documentsAndWiki.svg"
pageUrl="/polarion/excel-importer-admin/pages/about.jsp"
parentNodeIconUrl="/polarion/excel-importer-admin/ui/images/menu/30x30/_parent.svg"
iconUrl="/polarion/excel-importer-admin/ui/images/menu/16x16/about.svg"
pageUrl="/polarion/excel-importer-admin/pages/about.jsp?scope=$scope$"
projectScope="true"
projectGroupScope="false"
repositoryScope="true"/>

<extender name="REST API"
parentNodeName="Excel Importer"
parentNodeIconUrl="/polarion/icons/default/topicIcons/documentsAndWiki.svg"
iconUrl="/polarion/icons/default/topicIconsSmall/documentsAndWiki.svg"
<extender id="rest-api"
name="REST API"
parentNodeId="excel-importer"
iconUrl="/polarion/excel-importer-admin/ui/images/menu/16x16/rest_api.svg"
pageUrl="/polarion/excel-importer/rest/swagger"
projectScope="true"
projectGroupScope="false"
repositoryScope="true"/>

<extender name="Mappings"
parentNodeName="Excel Importer"
parentNodeIconUrl="/polarion/icons/default/topicIcons/documentsAndWiki.svg"
iconUrl="/polarion/icons/default/topicIconsSmall/documentsAndWiki.svg"
<extender id="mappings"
name="Mappings"
parentNodeId="excel-importer"
iconUrl="/polarion/excel-importer-admin/ui/images/menu/16x16/mapping.svg"
pageUrl="/polarion/excel-importer-admin/pages/mappings.jsp?scope=$scope$"
projectScope="true"
repositoryScope="false"/>
projectGroupScope="false"
repositoryScope="true"/>

<extender name="Import File"
parentNodeName="Excel Importer"
parentNodeIconUrl="/polarion/icons/default/topicIcons/documentsAndWiki.svg"
iconUrl="/polarion/icons/default/topicIconsSmall/documentsAndWiki.svg"
<extender id="import-file"
name="Import File"
parentNodeId="excel-importer"
iconUrl="/polarion/excel-importer-admin/ui/images/menu/16x16/import.svg"
pageUrl="/polarion/excel-importer-admin/pages/import_file.jsp?scope=$scope$"
projectScope="true"
repositoryScope="false"/>
projectGroupScope="false"
repositoryScope="true"/>
</contribution>

<contribution configuration-id="com.polarion.xray.webui.customNavigationExtenders">
Expand All @@ -44,4 +51,4 @@
</invoke-factory>
</service-point>

</module>
</module>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09f1046

Please sign in to comment.