"Untitled"
Bootstrap 4.1.1 Snippet by caro04

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.id_machine) </dt> <dd> @Html.DisplayFor(model => model.id_machine) </dd> <dt> @Html.DisplayNameFor(model => model.ram) </dt> <dd> @Html.DisplayFor(model => model.ram) </dd> <dt> @Html.DisplayNameFor(model => model.processor) </dt> <dd> @Html.DisplayFor(model => model.processor) </dd> <dt> @Html.DisplayNameFor(model => model.hostname) </dt> <dd> @Html.DisplayFor(model => model.hostname) </dd> <dt> @Html.DisplayNameFor(model => model.net_ip) </dt> <dd> @Html.DisplayFor(model => model.net_ip) </dd> <dt> @Html.DisplayNameFor(model => model.tam_disk) </dt> <dd> @Html.DisplayFor(model => model.tam_disk) </dd> <dt> @Html.DisplayNameFor(model => model.passwordAdm) </dt> <dd> @Html.DisplayFor(model => model.passwordAdm) </dd> <dt> @Html.DisplayNameFor(model => model.id_per) </dt> <dd> @Html.DisplayFor(model => model.id_per) </dd> <dt> @Html.DisplayNameFor(model => model.id_cluster) </dt> <dd> @Html.DisplayFor(model => model.id_cluster) </dd> <dt> @Html.DisplayNameFor(model => model.id_network) </dt> <dd> @Html.DisplayFor(model => model.id_network) </dd> <dt> @Html.DisplayNameFor(model => model.id_typed) </dt> <dd> @Html.DisplayFor(model => model.id_typed) </dd> <dt> @Html.DisplayNameFor(model => model.id_os) </dt> <dd> @Html.DisplayFor(model => model.id_os) </dd> <dt> @Html.DisplayNameFor(model => model.request_date) </dt> <dd> @Html.DisplayFor(model => model.request_date) </dd> <dt> @Html.DisplayNameFor(model => model.star_date) </dt> <dd> @Html.DisplayFor(model => model.star_date) </dd> <dt> @Html.DisplayNameFor(model => model.end_date) </dt> <dd> @Html.DisplayFor(model => model.end_date) </dd> <dt> @Html.DisplayNameFor(model => model.state_vm) </dt> <dd> @Html.DisplayFor(model => model.state_vm) </dd> <dt> @Html.DisplayNameFor(model => model.request_disconnection) </dt> <dd> @Html.DisplayFor(model => model.request_disconnection) </dd> </dl> </div> </div>

Related: See More


Questions / Comments: