Compare commits
No commits in common. "master" and "r5.7.0" have entirely different histories.
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/accounting-manager-1.16.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/accounting-manager-1.15.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry excluding="**" kind="src" output="target/accounting-manager-1.16.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
<classpathentry excluding="**" kind="src" output="target/accounting-manager-1.15.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -45,5 +45,5 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/accounting-manager-1.16.0-SNAPSHOT/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/accounting-manager-1.15.0-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||||
<wb-module deploy-name="accounting-manager-1.16.0-SNAPSHOT">
|
<wb-module deploy-name="accounting-manager-1.15.0-SNAPSHOT">
|
||||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||||
|
|
|
@ -3,101 +3,146 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
# Changelog for "accounting-manager"
|
# Changelog for "accounting-manager"
|
||||||
|
|
||||||
|
|
||||||
## [v1.16.0]
|
|
||||||
|
|
||||||
- Updated to maven-portal-bom 4.0.0
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.15.0] - 2021-11-30
|
## [v1.15.0] - 2021-11-30
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Improve query support of the new persistence [#21354]
|
- Improve query support of the new persistence [#21354]
|
||||||
|
|
||||||
|
|
||||||
## [v1.14.0] - 2021-06-28
|
## [v1.14.0] - 2021-06-28
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
- Fixed display errors generated in Root scope [#21729]
|
- Fixed display errors generated in Root scope [#21729]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.13.0] - 2021-03-23
|
## [v1.13.0] - 2021-03-23
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Migrate accounting-manager to postgresql persistence [#21013]
|
- Migrate accounting-manager to postgresql persistence [#21013]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.12.0] - 2019-05-02
|
## [v1.12.0] - 2019-05-02
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added autocomplete combo scope and fixed scope list view width
|
- Added autocomplete combo scope and fixed scope list view width
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.11.0] - 2018-12-28
|
## [v1.11.0] - 2018-12-28
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added scope selection [#10188]
|
- Added scope selection [#10188]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.10.0] - 2018-10-01
|
## [v1.10.0] - 2018-10-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Updated to StorageHub [#12474]
|
- Updated to StorageHub [#12474]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.9.1] - 2018-04-11
|
## [v1.9.1] - 2018-04-11
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Updated log level to debug [#11259]
|
- Updated log level to debug [#11259]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.9.0] - 2017-11-20
|
## [v1.9.0] - 2017-11-20
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Updated to support Operation Count as default in all charts
|
- Updated to support Operation Count as default in all charts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.8.0] - 2017-10-01
|
## [v1.8.0] - 2017-10-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Updated to new version of accounting client library
|
- Updated to new version of accounting client library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.7.0] - 2017-06-12
|
## [v1.7.0] - 2017-06-12
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added Spaces chart [#8397]
|
- Added Spaces chart [#8397]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.6.0] - 2017-02-28
|
## [v1.6.0] - 2017-02-28
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Fixed download in case of multitab on different scopes
|
- Fixed download in case of multitab on different scopes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.5.0] - 2016-12-01
|
## [v1.5.0] - 2016-12-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added Context Chart
|
- Added Context Chart
|
||||||
- Added Cache
|
- Added Cache
|
||||||
- Updated to PortalContext
|
- Updated to PortalContext
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.4.0] - 2016-10-01
|
## [v1.4.0] - 2016-10-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Updated to AUTH2.0
|
- Updated to AUTH2.0
|
||||||
- Added Job
|
- Added Job
|
||||||
- Added configuration by generic resource
|
- Added configuration by generic resource
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.3.0] - 2016-07-15
|
## [v1.3.0] - 2016-07-15
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added CSV download [Ticket #4041]
|
- Added CSV download [Ticket #4041]
|
||||||
- Added Show Others option
|
- Added Show Others option
|
||||||
- Updated to Liferay 6.2
|
- Updated to Liferay 6.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.2.0] - 2016-05-01
|
## [v1.2.0] - 2016-05-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added Top N Chart[#2251]
|
- Added Top N Chart[#2251]
|
||||||
- Fixed back button behavior[#3251]
|
- Fixed back button behavior[#3251]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.1.0] - 2016-01-31
|
## [v1.1.0] - 2016-01-31
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- Added to Storage Accounting more formats for DataVolume axis [#1831]
|
- Added to Storage Accounting more formats for DataVolume axis [#1831]
|
||||||
- Fixed on Storage Accounting the popup validation on filters [#1832]
|
- Fixed on Storage Accounting the popup validation on filters [#1832]
|
||||||
- Fixed library dependencies
|
- Fixed library dependencies
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.0.0] - 2015-10-15
|
## [v1.0.0] - 2015-10-15
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
- First Release
|
- First Release
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.portlets.admin.accounting-manager.1-16-0"
|
|
||||||
date="2022-05-20">
|
|
||||||
<Change>Updated pom for Storage Hub 2</Change>
|
|
||||||
</Changeset>
|
|
||||||
<Changeset component="org.gcube.portlets.admin.accounting-manager.1-15-0"
|
<Changeset component="org.gcube.portlets.admin.accounting-manager.1-15-0"
|
||||||
date="2021-11-30">
|
date="2021-11-30">
|
||||||
<Change>Improve query support of the new persistence [#21354]</Change>
|
<Change>Improve query support of the new persistence [#21354]</Change>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.1.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.admin</groupId>
|
<groupId>org.gcube.portlets.admin</groupId>
|
||||||
<artifactId>accounting-manager</artifactId>
|
<artifactId>accounting-manager</artifactId>
|
||||||
<version>1.16.0</version>
|
<version>1.15.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,12 +214,12 @@
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Social
|
<!-- Social -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
<artifactId>social-networking-library</artifactId>
|
<artifactId>social-networking-library</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency> -->
|
</dependency>
|
||||||
|
|
||||||
<!-- Common Encryption -->
|
<!-- Common Encryption -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -445,7 +445,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>4.0.0</version>
|
<version>3.6.3</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
0
src/main/java/org/gcube/portlets/admin/accountingmanager/accountingman.gwt.xml
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/AccountingManager.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/AccountingManagerController.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/PortalViewport.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/carousel/CarouselPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/custom/FormatedTimeAxis.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/AccountingMenuEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/AccountingPeriodEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/AccountingPeriodRequestEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/EnableTabsEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/ExportRequestEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/FiltersChangeEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/SessionExpiredEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/StateChangeEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/event/UIStateEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/filters/AccountingPeriodPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/filters/ActiveFiltersPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/filters/FiltersPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/graphics/Vector2D.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/ChartViewerPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/MainDataPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Job.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Portlet.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Service.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Space.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Storage.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChart4Task.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChartBuilder.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChartDirector.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChartPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/AccountingChartSpec.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/job/JobChartBasicPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/job/JobChartTopPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/service/ServiceChartBasicPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/service/ServiceChartTopPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/space/SpaceChartSpacesPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/storage/StorageChartBasicPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/storage/StorageChartTopPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/ByteUnitMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/ChartDateTimeData.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/ChartTimeMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/ColorsPalette.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/DownloadConstants.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/JobChartMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/ServiceChartMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/SpaceChartMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/StorageChartMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/maindata/charts/utils/TimeUnitMeasure.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/menu/AccountingManagerMenu.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/menu/EmptyPanel.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/monitor/AccountingMonitor.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/monitor/MonitorRequest.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/monitor/MonitorRequestEvent.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/monitor/MonitorRequestType.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/properties/AccountingFilterProperties.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/properties/AccountingPeriodModePropertiesCombo.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/properties/ContextDataProperties.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/AccountingManager.css
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/AccountingManagerCSS.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/AccountingManagerResources.java
Executable file → Normal file
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-byte_24.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-byte_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-chart-variable-axis_24.png
Executable file → Normal file
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-chart-variable-axis_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-download_24.png
Executable file → Normal file
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 869 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-download_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-csv_24.png
Executable file → Normal file
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 924 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-csv_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-jpg_24.png
Executable file → Normal file
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-jpg_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-json_24.png
Executable file → Normal file
Before Width: | Height: | Size: 900 B After Width: | Height: | Size: 900 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-json_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-pdf_24.png
Executable file → Normal file
Before Width: | Height: | Size: 866 B After Width: | Height: | Size: 866 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-pdf_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-png_24.png
Executable file → Normal file
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 943 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-png_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-svg_24.png
Executable file → Normal file
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 972 B |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-svg_32.png
Executable file → Normal file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/admin/accountingmanager/client/resource/accounting-file-xml_24.png
Executable file → Normal file
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 904 B |