model volume rename, env for flyio, public and private volumes tested tgt, everything is a public model (#3)

This commit is contained in:
Nick Kao
2024-01-27 10:21:15 +08:00
committed by GitHub
parent 95e454e687
commit ac5aba2aa9
9 changed files with 1306 additions and 9 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export const columns: ColumnDef<ModelItemList>[] = [
</span>
{model.is_public
? <Badge variant="green">Public</Badge>
? <></>
: <Badge variant="orange">Private</Badge>}
</>
);