Skip to content

Commit

Permalink
Merge pull request #2072 from FroggyFlox/Issue2070_OpenSUSE_SmartdConf
Browse files Browse the repository at this point in the history
[openSUSE] Fix smartd config location in Rockstor-NG. Fixes#2070
  • Loading branch information
phillxnet authored Oct 6, 2019
2 parents 10bf7f8 + 1f0f835 commit ae3a9e3
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 151 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
/*
* Copyright (c) 2012-2016 RockStor, Inc. <http://rockstor.com>
* Copyright (c) 2012-2019 RockStor, Inc. <http://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -28,7 +28,7 @@
<form class="form-horizontal" id="smartd-form" name="aform">
<div class="messages"></div>
<div class="form-group">
<label class="col-sm-4 control-label" for="custom_config">configuration lines will be saved to the ROCKSTOR section in /etc/smartmontools/smartd.conf</label>
<label class="col-sm-4 control-label" for="custom_config">configuration lines will be saved to the ROCKSTOR section in <em>smartd.conf</em></label>
<div class="col-sm-8">
{{#if config.custom_config}}
<textarea class="form-control" id="smartd_config" name="custom_config" rows="10">{{config.custom_config}}</textarea> {{else}}
Expand Down
Loading

0 comments on commit ae3a9e3

Please sign in to comment.