modal

package
v1.3.0-rc5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2018 License: GPL-3.0 Imports: 0 Imported by: 0

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

type DeleteMessage

type DeleteMessage struct {
	Header         string
	Message        string
	ModalID        string
	DeleteButtonID string
}

Contains all data for an delete confirmation modal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL