Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
8ae136b2
There was a problem fetching the pipeline metadata.
Commit
8ae136b2
authored
6 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
inside of the comment icon is clickable in open layers
parent
1303dd90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!357
12.0.1 into master
,
!350
Resolve "Comments issues"
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
service/src/main/java/lcsb/mapviewer/services/overlay/IconManager.java
+3
-1
3 additions, 1 deletion
...ain/java/lcsb/mapviewer/services/overlay/IconManager.java
web/src/main/webapp/resources/images/icons/comment.png
+0
-0
0 additions, 0 deletions
web/src/main/webapp/resources/images/icons/comment.png
with
3 additions
and
1 deletion
service/src/main/java/lcsb/mapviewer/services/overlay/IconManager.java
+
3
−
1
View file @
8ae136b2
...
@@ -2,6 +2,8 @@ package lcsb.mapviewer.services.overlay;
...
@@ -2,6 +2,8 @@ package lcsb.mapviewer.services.overlay;
import
org.apache.commons.lang3.mutable.MutableInt
;
import
org.apache.commons.lang3.mutable.MutableInt
;
import
lcsb.mapviewer.common.Configuration
;
/**
/**
* This class return links to icons used by the client. It might be good idea to
* This class return links to icons used by the client. It might be good idea to
* move part of the functionality to client side as server shouldn't decide
* move part of the functionality to client side as server shouldn't decide
...
@@ -137,6 +139,6 @@ public final class IconManager {
...
@@ -137,6 +139,6 @@ public final class IconManager {
* @return path to comment icon
* @return path to comment icon
*/
*/
public
String
getCommentIcon
()
{
public
String
getCommentIcon
()
{
return
"icons/comment.png
"
;
return
"icons/comment.png
?v="
+
Configuration
.
getSystemBuildVersion
(
null
)
;
}
}
}
}
This diff is collapsed.
Click to expand it.
web/src/main/webapp/resources/images/icons/comment.png
+
0
−
0
View replaced file @
1303dd90
View file @
8ae136b2
701 B
|
W:
|
H:
696 B
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment