Back to Postgresml

inventoryDeployment <% if deployment.active.unwrap() { %> star <% } else { %> cancel <% } %>

pgml-dashboard/templates/content/dashboard/panels/deployment.html

2.10.0390 B
Original Source

% use crate::utils::urls; %>

inventoryDeployment <% if deployment.active.unwrap() { %> star <% } else { %> cancel <% } %>

Project<%= project.name %>Model<%= model.algorithm %>Reason<%= deployment.human_readable_strategy() %>Deployed<% deployment.created_at; %>