Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 3d019d84 authored by Sebastian-Ion TINCU's avatar Sebastian-Ion TINCU
Browse files

Merge pull request #121 in EDELIVERY/smp from...

Merge pull request #121 in EDELIVERY/smp from bugfix/EDELIVERY-4037-page-name-is-shown-as-tool to development

* commit 'd454b89bf9fd0f7fc61f49d6fd6ab774f1e78ae4':
  EDELIVERY-4037 Page name is shown as tool tip when user mouse hover
  EDELIVERY-4037 Page name is shown as tool tip when user mouse hover
parents f24c0dbc b9e57a97
No related branches found
No related tags found
No related merge requests found
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.css text
*.df text
*.htm text
*.html text
*.java text
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.properties text
*.sh text
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.yml text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary
*.war binary
# Custom SMP configuration
*.crt text eol=lf
\ No newline at end of file
......@@ -2,7 +2,7 @@
<smp-search-table
#searchTable
page_id= 'domain_id'
title= 'Domains'
[title]= "'Domains'"
[columnPicker] = "columnPicker"
[url]="baseUrl"
[additionalToolButtons]="additionalToolButtons"
......
<smp-search-table #searchTable
page_id='edit_id'
title='Edit'
[title]="'Edit'"
[columnPicker]="columnPicker"
[url]="baseUrl"
[additionalToolButtons]="additionalToolButtons"
......
<smp-search-table
page_id='search_id'
title='Search'
[title]="'Search'"
[columnPicker]="columnPicker"
[url]="baseUrl"
[additionalToolButtons]="additionalToolButtons"
......
<smp-search-table
#searchTable
page_id="user_id"
title="Users"
[title]="'Users'"
[columnPicker]="columnPicker"
[url]="'rest/user'"
[additionalToolButtons]="additionalToolButtons"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment