Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LabelDeleteMessage = DeleteMessage{
Header: " Delete Label",
Message: "Do you really want to delete the label? This is irreversible!",
ModalID: "deleteLabels",
DeleteButtonID: "buttonDeleteLabels",
}
Data for a delete confirmation modal of labels
View Source
var ProjectDeleteMessage = DeleteMessage{
Header: " Delete Project",
Message: "Do you really want to delete the project? This is irreversible!",
ModalID: "deleteProject",
DeleteButtonID: "buttonDeleteProject",
}
Data for a delete confirmation modal of projects
View Source
var TestCaseDeleteMessage = DeleteMessage{
Header: " Delete Test Case",
Message: "Do you really want to delete the test case? This is irreversible!",
ModalID: "deleteTestCase",
DeleteButtonID: "buttonDeleteTestCase",
}
Data for a delete confirmation modal of test cases
View Source
var TestSequenceDeleteMessage = DeleteMessage{
Header: " Delete Test Sequence",
Message: "Do you really want to delete the test sequence? This is irreversible!",
ModalID: "deleteTestSequence",
DeleteButtonID: "buttonDeleteTestSequence",
}
Data for a delete confirmation modal of test sequences
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.