Update the model list page
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3304334. --> Reported by: [rkoller](https://www.drupal.org/user/3217695) Related to !214 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>at the moment every button on the module listing page <code>/admin/config/workflow/eca</code> is displayed as a blue primary button. per definition the primary button signifies the primary CTA on the page. with eca and bpmn and the core modeller installed you currently have four primary buttons. </p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>The save button should be the blue primary button.</li> <li>The model listing page should only have three buttons no matter if one or more modelers are installed. </li> <li>The adding of a new model should be renamed to <code>+Add new model</code> and be a grey regular button</li> <li>If only one modeler is installed clicking <code>+Add new model</code> forwards the user to the new model page. </li> <li>If more than one modeler is installed clicking <code>+Add new model</code>forwards the user to a page similar to the node add page (<code>/node/add</code>) where the models available are listed with <code>&gt; title</code> and <code>description</code> underneath. </li> <li>The import buttons should be also a grey regular button. </li> </ul>
issue