Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perun-web-apps
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun IdM
perun-web-apps
Merge requests
!1234
fix: migration to bootstrap 5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: migration to bootstrap 5
github/fork/bodnara/bootstrap5migration
into
angular15
Overview
13
Commits
1
Pipelines
0
Changes
327
Merged
Jednotné přihlášení test
requested to merge
github/fork/bodnara/bootstrap5migration
into
angular15
1 year ago
Overview
13
Commits
1
Pipelines
0
Changes
327
Expand
Created by: bodnara
Renamed the following classes
left-* to start-*
right-* to end-*
ml-* to ms-*
mr-* to me-*
pl-* to ps-*
pr-* to pe-*
font-weight-* to fw-*
0
0
Merge request reports
Compare
angular15
angular15 (base)
and
latest version
latest version
b6fa8314
1 commit,
1 year ago
327 files
+
1040
−
1072
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
327
Search (e.g. *.vue) (Ctrl+P)
apps/admin-gui/src/app/admin/pages/admin-page/admin-attributes/admin-attributes.component.html
+
4
−
4
Options
@@ -4,7 +4,7 @@
<button
*ngIf=
"authResolver.isPerunAdmin()"
(click)=
"onCreate()"
class=
"m
r
-2 action-button"
class=
"m
e
-2 action-button"
color=
"accent"
data-cy=
"new-attr-definition-button"
mat-flat-button
>
@@ -13,7 +13,7 @@
<button
*ngIf=
"authResolver.isPerunAdmin()"
(click)=
"onImport()"
class=
"m
r
-2 action-button"
class=
"m
e
-2 action-button"
color=
"accent"
mat-flat-button
>
{{'ADMIN.ATTRIBUTES.IMPORT' | translate}}
@@ -23,7 +23,7 @@
(click)=
"onDelete()"
color=
"warn"
[disabled]=
"selected.selected.length === 0"
class=
"m
r
-2"
class=
"m
e
-2"
data-cy=
"delete-attr-definition-button"
mat-flat-button
>
{{'ADMIN.ATTRIBUTES.DELETE' | translate}}
@@ -31,7 +31,7 @@
<perun-web-apps-immediate-filter
(filter)=
"applyFilter($event)"
[placeholder]=
"'ADMIN.ATTRIBUTES.SEARCH'"
></perun-web-apps-immediate-filter>
<mat-spinner
*ngIf=
"loading"
class=
"m
l
-auto m
r
-auto"
></mat-spinner>
<mat-spinner
*ngIf=
"loading"
class=
"m
s
-auto m
e
-auto"
></mat-spinner>
<app-attr-def-list
*ngIf=
"!loading"
(refreshEvent)=
"refreshTable()"