Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 01a0bd3

Browse files
Merge pull request #63 from Hypfer/patch-2
Add model identifier hint box to tablet overview
2 parents 3deff8b + 826306b commit 01a0bd3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

OpenTabletDriver.Web/Views/Tablets/Index.cshtml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
@model ContentSearchViewModel
66

77
<div class="container">
8+
<div class="card mb-4">
9+
<div class="card-body d-flex flex-sm-row flex-column">
10+
As there are many different revisions of tablets out there, you will need its model identifier to check compatibility with OpenTabletDriver.
11+
<br/>
12+
Usually, this value can be found either on the back of the tablet itself or on the box it came in.
13+
</div>
14+
</div>
815
<div class="form-floating mb-3">
916
<input id="searchInput" type="text" class="form-control" onkeyup="searchInput()" placeholder="Search"
1017
value="@Model.Search"/>
@@ -49,4 +56,4 @@
4956
}
5057
}
5158
</script>
52-
}
59+
}

0 commit comments

Comments
 (0)