Report for grub

This commit is contained in:
2023-09-12 19:23:22 +02:00
parent 9843ca26b9
commit 1f49ab84e6
4 changed files with 14 additions and 13 deletions
+11 -10
View File
@@ -16,19 +16,20 @@
<div class="accordion-body">
{{ data['grub']['description'] }}. <br />
{% if data['grub']['result'] == 'success' %}
<div class="bd-example-snippet bd-code-snippet">
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-shell">
{{ data['grub']['recommand_value'] }}
</pre></code>
</div>
</div>
{% else %}
For resolving the issue, add this line in the <strong>{{ data['filename'] }}</strong> profile:
Your current permission of this file:
<div class="bd-example-snippet bd-code-snippet">
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-shell">
{{ data['grub']['recommand_value'] }}
{{ data['grub']['current_value'] }}
</pre></code>
</div>
</div>
{% else %}
For resolving the issue, change the permission of the file:
<div class="bd-example-snippet bd-code-snippet">
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-shell">
{{ data['grub']['resolve'] }}
</pre></code>
</div>
</div>