Skip to content

Commit

Permalink
Add missing help icons-links to do docs rockstor#2720
Browse files Browse the repository at this point in the history
Some configurable services were still missing a help icon-link because
they did not have a dedicated section in the docs.

Since rockstor/rockstor-doc#462, all services
have a doc section so this commit adds these missing help icons-links.
  • Loading branch information
FroggyFlox committed Oct 24, 2023
1 parent fcdb18e commit 6e5b5aa
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 97 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<script>
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
<script>
/*
* Copyright (c) 2012-2016 RockStor, Inc. <http://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">Configure {{serviceName}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#replication" target="_blank"
title="See Rockstor's documentation" rel="tooltip"><i class="glyphicon glyphicon-question-sign"></i></a>
</div>
<div class="panel-body">
<form class="form-horizontal" id="replication-form" name="aform">
<div class="messages"></div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
<script>
/*
* Copyright (c) 2012-2016 RockStor, Inc. <http://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">Configure {{serviceName}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#rockstor" target="_blank"
title="See Rockstor's documentation" rel="tooltip"><i class="glyphicon glyphicon-question-sign"></i></a>
</div>
<div class="panel-body">
<form class="form-horizontal" id="rockstor-form" name="aform">
<div class="messages"></div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
<script>
/*
* Copyright (c) 2012-2016 RockStor, Inc. <http://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">Configure {{serviceName}} Service</div>
<div class="panel-heading">Configure {{serviceName}} Service
<a href="https://rockstor.com/docs/interface/system/services.html#shell-in-a-box" target="_blank"
title="See Rockstor's documentation" rel="tooltip"><i class="glyphicon glyphicon-question-sign"></i></a>
</div>
<div class="panel-body">
<form class="form-horizontal" id="shellinaboxd-form" name="aform">
<div class="messages"></div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
/*
* Copyright (c) 2012-2019 RockStor, Inc. <http://rockstor.com>
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
Expand All @@ -14,15 +14,18 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">Configure {{serviceName}} Daemon</div>
<div class="panel-heading">Configure {{serviceName}} Daemon
<a href="https://rockstor.com/docs/interface/system/services.html#s-m-a-r-t" target="_blank"
title="See Rockstor's documentation" rel="tooltip"><i class="glyphicon glyphicon-question-sign"></i></a>
</div>
<div class="panel-body">

<form class="form-horizontal" id="smartd-form" name="aform">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<script>
/*
* Copyright (c) 2012-2016 RockStor, Inc. <http://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
/*
* Copyright (c) 2012-2023 RockStor, Inc. <https://rockstor.com>
* This file is part of RockStor.
*
* RockStor is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* RockStor is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
</script>

<div class="row">
<div class="col-md-12">
<div class="panel panel-default">

<div class="panel-heading">Configure {{serviceName}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#snmp" target="_blank"
title="See Rockstor's documentation" rel="tooltip"><i class="glyphicon glyphicon-question-sign"></i></a>
</div>

<div class="panel-body">
<form class="form-horizontal" id="snmpd-form" name="aform">
Expand Down

0 comments on commit 6e5b5aa

Please sign in to comment.