Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Update help icon linking to docs #2720 #2725

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<script>
/*
* Copyright (c) 2012-2020 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#active-directory-ad" 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="active-directory-form" name="aform">
Expand Down
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-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,7 +14,7 @@
* 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>
Expand All @@ -27,7 +27,10 @@
<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#rock-ons-docker-plugin-system" 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="docker-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-2020 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}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#lightweight-directory-access-protocol-ldap" 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="ldap-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-2016 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}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#network-information-server-nis" 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="nis-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-2016 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}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#ntp" 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="ntpd-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-2016 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}}</div>
<div class="panel-heading">Configure {{serviceName}}
<a href="https://rockstor.com/docs/interface/system/services.html#nut-ups" 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="nut-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#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
Loading