mirror of
https://github.com/bitwarden/server.git
synced 2025-06-17 09:33:51 -05:00
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
@using Bit.SharedWeb.Utilities
|
|
@model Bit.Core.AdminConsole.Entities.Provider.Provider
|
|
<dl class="row">
|
|
<dt class="col-sm-4 col-lg-3">Provider Name</dt>
|
|
<dd class="col-sm-8 col-lg-9">@Model.Name</dd>
|
|
|
|
<dt class="col-sm-4 col-lg-3">Provider Type</dt>
|
|
<dd class="col-sm-8 col-lg-9">@(Model.Type.GetDisplayAttribute()?.GetName())</dd>
|
|
</dl> |