self-hosted bootstrap icons.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>@ViewData["Title"] - CarCareTracker</title>
|
||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
|
||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap-icons.css" />
|
||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||
<link rel="stylesheet" href="~/CarCareTracker.styles.css" asp-append-version="true" />
|
||||
</head>
|
||||
|
||||
@@ -4,13 +4,6 @@
|
||||
function hideAddVehicleModal() {
|
||||
$('#addVehicleModal').modal('hide');
|
||||
}
|
||||
function DeleteVehicle(vehicleId) {
|
||||
$.post('/Vehicle/DeleteVehicle', { vehicleId: vehicleId }, function (data) {
|
||||
if (data) {
|
||||
window.location.href = '/Home';
|
||||
}
|
||||
})
|
||||
}
|
||||
$(document).ready(function () {
|
||||
loadGarage();
|
||||
});
|
||||
|
||||
@@ -9,7 +9,6 @@ function saveVehicleNote(vehicleId) {
|
||||
}
|
||||
})
|
||||
}
|
||||
//tap into tabchange
|
||||
$(document).ready(function () {
|
||||
var vehicleId = GetVehicleId().vehicleId;
|
||||
getVehicleNote(vehicleId);
|
||||
@@ -21,4 +20,11 @@ function getVehicleNote(vehicleId) {
|
||||
$("#noteTextArea").val(data);
|
||||
}
|
||||
});
|
||||
}
|
||||
function DeleteVehicle(vehicleId) {
|
||||
$.post('/Vehicle/DeleteVehicle', { vehicleId: vehicleId }, function (data) {
|
||||
if (data) {
|
||||
window.location.href = '/Home';
|
||||
}
|
||||
})
|
||||
}
|
||||
2078
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.css
vendored
Normal file
2078
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2052
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.json
vendored
Normal file
2052
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.min.css
vendored
Normal file
5
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2090
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.scss
vendored
Normal file
2090
wwwroot/lib/bootstrap/dist/css/bootstrap-icons.scss
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
wwwroot/lib/bootstrap/dist/css/fonts/bootstrap-icons.woff
vendored
Normal file
BIN
wwwroot/lib/bootstrap/dist/css/fonts/bootstrap-icons.woff
vendored
Normal file
Binary file not shown.
BIN
wwwroot/lib/bootstrap/dist/css/fonts/bootstrap-icons.woff2
vendored
Normal file
BIN
wwwroot/lib/bootstrap/dist/css/fonts/bootstrap-icons.woff2
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user