Report for grub
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user