Re-enable builds and tag operations in the UI

This commit is contained in:
Evan Cordell 2017-06-13 09:56:47 -04:00
parent 2e30c47045
commit 7b3cb9c8b7
8 changed files with 36 additions and 28 deletions

View file

@ -81,6 +81,7 @@ export type Repository = {
kind?: string;
namespace?: string;
trust_enabled?: boolean;
tag_operations_disabled?: boolean;
};