model volume rename, env for flyio, public and private volumes tested tgt, everything is a public model (#3)
This commit is contained in:
@@ -90,7 +90,7 @@ export const columns: ColumnDef<ModelItemList>[] = [
|
||||
</span>
|
||||
|
||||
{model.is_public
|
||||
? <Badge variant="green">Public</Badge>
|
||||
? <></>
|
||||
: <Badge variant="orange">Private</Badge>}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user