|
|
|
@ -23,6 +23,7 @@ cdmf.register.page=Register | CDMF
|
|
|
|
|
cdmf.error.page=Error | CDMF
|
|
|
|
|
cdmf.user.home.page=Device Management | CDMF
|
|
|
|
|
cdmf.groups.page=Group Management | CDMF
|
|
|
|
|
cdmf.user.add.page=User Management | Add User | CDMF
|
|
|
|
|
|
|
|
|
|
# User registration and login details-----------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -105,11 +106,11 @@ iot.device.groups.view.header.xpath=/html/body/div[3]/div[2]/div/h1[1]
|
|
|
|
|
#/html/body/div[3]/div[2]/div/div[3]/div/div/div[1]/label
|
|
|
|
|
iot.device.groups.add.emptyfrom.error=/html/body/div[3]/div[2]/div/div[3]/div/div/div[1]/label
|
|
|
|
|
|
|
|
|
|
iot.device.table.id=group-grid
|
|
|
|
|
iot.device.table.id=//*[@id="ast-container"]
|
|
|
|
|
|
|
|
|
|
#Add user --------------------------------------------------------------------------------------------------------------
|
|
|
|
|
iot.admin.user.addButton.xpath=/html/body/div[3]/div[2]/div[1]/div[3]/div/div/div[2]/div[2]/span[2]/a[2]/span/i[2]
|
|
|
|
|
iot.admin.user.viewButton.xpath=/html/body/div[3]/div[2]/div[1]/div[3]/div/div/div[2]/div[2]/span[2]/a[1]/span/i[2]
|
|
|
|
|
iot.admin.user.addButton.xpath=/html/body/div[3]/div[2]/div/div[3]/div[3]/div/div[2]/div[2]/span[2]/a[2]
|
|
|
|
|
iot.admin.user.viewButton.xpath=/html/body/div[3]/div[2]/div/div[3]/div[3]/div/div[2]/div[2]/span[2]/a[1]
|
|
|
|
|
|
|
|
|
|
iot.admin.user.added.page.subtitle.xpath="//p[@class='page-sub-title']"
|
|
|
|
|
iot.admin.user.listing.page.subtitle.xpath="//span[@class='page-sub-title']"
|
|
|
|
@ -123,10 +124,9 @@ iot.admin.addUser.roles.id=roles
|
|
|
|
|
iot.admin.addUser.add.btn.xpath=//*[@id="add-user-btn"]
|
|
|
|
|
iot.admin.addUser.view.btn.xpath=//*[@id="user-created-msg"]/div/button
|
|
|
|
|
|
|
|
|
|
iot.admin.deleteUser.btn.xpath=//*[@id="user1"]/td[5]/a[3]/span[1]/i[2]
|
|
|
|
|
iot.admin.deleteUser.yes.link.xpath=//a[@id="remove-user-yes-link"]
|
|
|
|
|
iot.admin.deleteUser.success.link.xpath=//a[@id="remove-user-success-link"]
|
|
|
|
|
|
|
|
|
|
iot.admin.deleteUser.btn.xpath=//*[@id="user-user1"]/td[5]/a[3]/span[1]/i[2]
|
|
|
|
|
iot.admin.deleteUser.yes.link.xpath=//*[@id="remove-user-yes-link"]
|
|
|
|
|
iot.admin.deleteUser.success.link.xpath=//*[@id="modal-footer-content"]/div/a
|
|
|
|
|
iot.admin.addUser.formError.xpath=//*[@id="user-create-error-msg"]
|
|
|
|
|
|
|
|
|
|
#----- User view page heading ------------------------------------------------------------------------------------------
|
|
|
|
|