Skip to content

Commit

Permalink
move sample chess image to local
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Nov 11, 2024
1 parent 3b213b5 commit df65cc4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions openidm-zip/src/main/assembly/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
<includes>
<include>conf/**</include>
<include>script/**</include>
<include>ui/**</include>
</includes>
<excludes>
<exclude>conf/*patch*</exclude>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"enabled" : true,
"urlContextRoot" : "/",
"defaultDir" : "&{launcher.install.location}/ui/selfservice/default",
"extensionDir" : "&{launcher.project.location}/ui/selfservice/extension"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.grid tbody tr:nth-child(even) td:nth-child(odd) { background-color: #eee; }

.piece {
background-image: url('https://raw.githubusercontent.com/OpenIdentityPlatform/OpenIDM/refs/heads/master/openidm-zip/src/main/resources/samples/workflow/workflow/sprite.png');
background-image: url('/images/chess.png');
width: 64px;
height: 64px;

Expand Down

0 comments on commit df65cc4

Please sign in to comment.