File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,16 @@ <h2>Adversary Profiles</h2>
43
43
< template x-if ="selectedProfileId && !isCreatingProfile ">
44
44
< div class ="section " x-init ="$watch('selectedProfileAbilities', val => findAbilityDependencies()) ">
45
45
< div x-show ="!isEditingProfile ">
46
- < h3 x-text ="selectedProfileName " class ="pointer tooltip has-tooltip-arrow " data-tooltip ="Click to edit " @click ="isEditingProfile = true "> </ h3 >
47
- < p x-text ="selectedProfileDescription " class ="pointer " @click ="isEditingProfile = true "> </ p > < br >
46
+ < div class ="is-flex is-justify-content-space-between ">
47
+ < div >
48
+ < h3 x-text ="selectedProfileName " class ="pointer tooltip has-tooltip-arrow " data-tooltip ="Click to edit " @click ="isEditingProfile = true "> </ h3 >
49
+ < p x-text ="selectedProfileDescription " class ="pointer " @click ="isEditingProfile = true "> </ p > < br >
50
+ </ div >
51
+ < p >
52
+ Adversary ID:
53
+ < span x-text ="selectedProfileId "> </ span >
54
+ </ p >
55
+ </ div >
48
56
</ div >
49
57
< form x-show ="isEditingProfile ">
50
58
< div class ="field ">
@@ -61,7 +69,7 @@ <h3 x-text="selectedProfileName" class="pointer tooltip has-tooltip-arrow" data-
61
69
</ div >
62
70
< div class ="field ">
63
71
< div class ="control ">
64
- < a class ="button is-small is-primary " @click ="isEditingProfile = false "> Done</ a >
72
+ < a class ="button is-small is-primary mb-5 " @click ="isEditingProfile = false "> Done</ a >
65
73
</ div >
66
74
</ div >
67
75
</ form >
You can’t perform that action at this time.
0 commit comments