Skip to content

Commit ca33294

Browse files
authored
Merge pull request #130 from ISISComputingGroup/use_sanitised_users_and_title
use sanitised users and title
2 parents 9e1a60d + 122b97f commit ca33294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Instrument.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export class Instrument {
3434
[
3535
[
3636
{ pvaddress: "", value: "Title:" },
37-
{ pvaddress: `${this.prefix}DAE:TITLE` },
37+
{ pvaddress: `${this.prefix}DAE:WDTITLE` },
3838
],
3939
[
4040
{ pvaddress: "", value: "Users:" },
41-
{ pvaddress: `${this.prefix}DAE:_USERNAME` },
41+
{ pvaddress: `${this.prefix}DAE:WDUSERS` },
4242
],
4343
],
4444
//column 1

0 commit comments

Comments
 (0)