mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -08:00
remove token scope html
This commit is contained in:
parent
af3417d6cc
commit
6ca5fb6b20
|
@ -102,34 +102,9 @@
|
||||||
autofocus
|
autofocus
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Scopes -->
|
|
||||||
{{-- Seems like scopes was never working, I couldn't figure out how to enable the feature if it was --}}
|
|
||||||
{{-- <div class="form-group"--}}
|
|
||||||
{{-- v-if="scopes.length > 0"--}}
|
|
||||||
{{-- >--}}
|
|
||||||
{{-- <label class="col-md-4 control-label">Scopes</label>--}}
|
|
||||||
|
|
||||||
{{-- <div class="col-md-6">--}}
|
|
||||||
{{-- <div--}}
|
|
||||||
{{-- v-for="scope in scopes"--}}
|
|
||||||
{{-- >--}}
|
|
||||||
{{-- <div class="checkbox">--}}
|
|
||||||
{{-- <label>--}}
|
|
||||||
{{-- <input type="checkbox"--}}
|
|
||||||
{{-- @click="toggleScope(scope.id)"--}}
|
|
||||||
{{-- :checked="scopeIsAssigned(scope.id)"--}}
|
|
||||||
{{-- >--}}
|
|
||||||
|
|
||||||
{{-- {{ scope.id }}--}}
|
|
||||||
{{-- </label>--}}
|
|
||||||
{{-- </div>--}}
|
|
||||||
{{-- </div>--}}
|
|
||||||
{{-- </div>--}}
|
|
||||||
{{-- </div>--}}
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal Actions -->
|
<!-- Modal Actions -->
|
||||||
|
|
Loading…
Reference in a new issue