2021-05-13 23:48:51 +00:00
|
|
|
---
|
|
|
|
title: Modifying Models
|
|
|
|
---
|
|
|
|
|
2021-05-23 20:17:12 +00:00
|
|
|
In the models table, modify models that have a status of *Draft* (status *Published* is read-only). Modify the model
|
|
|
|
configuration and label enumeration.
|
2021-05-13 23:48:51 +00:00
|
|
|
|
2021-09-02 07:48:37 +00:00
|
|
|
## Model Configuration
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
**To edit the model configuration:**
|
|
|
|
|
2021-05-23 20:17:12 +00:00
|
|
|
* In the **MODELS** tab, click a model **>** **NETWORK** **>** Hover over **MODEL CONFIGURATION** **>** **CLEAR**
|
2021-05-13 23:48:51 +00:00
|
|
|
(to delete the design) or **EDIT** **>** If editing, an editor textbox appears **>** edit **>** **OK**.
|
|
|
|
|
|
|
|
![image](../img/webapp_models_05a.png)
|
|
|
|
|
2021-09-02 07:48:37 +00:00
|
|
|
### Label Enumeration
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
For each class, label enumeration contains the class name (key) and value.
|
|
|
|
|
|
|
|
**To add, change, or delete label enumeration classes:**
|
2021-05-23 20:17:12 +00:00
|
|
|
* In the **MODELS** tab, click a model **>** **LABELS** **>** Hover over **LABELS** **>** **EDIT** **>** **+**, edit a
|
2021-12-02 17:53:37 +00:00
|
|
|
key or value, or <img src="/docs/latest/icons/ico-trash.svg" alt="Trash" className="icon size-sm space-sm" /> (delete) **>** **SAVE**.
|
2021-05-13 23:48:51 +00:00
|
|
|
|
|
|
|
![image](../img/webapp_models_04a.png)
|