You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/07/19 00:58:20 UTC

mesos git commit: Added missing tables attributes in docs.

Repository: mesos
Updated Branches:
  refs/heads/master bd2310b56 -> 061632cb5


Added missing tables attributes in docs.

Most of the tables presented in docs uses
`class="table table-striped"`. To make tables
looks consitent I added this attribute where
it was missing on modules and authorization.

Review: https://reviews.apache.org/r/50114/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/061632cb
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/061632cb
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/061632cb

Branch: refs/heads/master
Commit: 061632cb5ddcc2b13efd38d129a55414b9019e11
Parents: bd2310b
Author: Tomasz Janiszewski <ja...@gmail.com>
Authored: Mon Jul 18 17:58:07 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Jul 18 17:58:07 2016 -0700

----------------------------------------------------------------------
 docs/authorization.md | 2 +-
 docs/modules.md       | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/061632cb/docs/authorization.md
----------------------------------------------------------------------
diff --git a/docs/authorization.md b/docs/authorization.md
index fc027ac..5456f1b 100644
--- a/docs/authorization.md
+++ b/docs/authorization.md
@@ -130,7 +130,7 @@ are declined.
 Currently the local authorizer configuration format supports the following
 entries, each representing an authorizable action:
 
-<table>
+<table class="table table-striped">
 <thead>
 <tr>
   <th>Action Name</th>

http://git-wip-us.apache.org/repos/asf/mesos/blob/061632cb/docs/modules.md
----------------------------------------------------------------------
diff --git a/docs/modules.md b/docs/modules.md
index 6019156..cf29a23 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -180,7 +180,7 @@ Mesos 0.23.0.
 
 The Result<T> return values before and after Mesos 0.23.0 means:
 
-<table>
+<table class="table table-striped">
 <tr>
 <th>State</th>
 <th>Before (0.22.x)</th>
@@ -331,7 +331,7 @@ package naming scheme
 
 For example:
 
-<table>
+<table class="table table-striped">
 <tr>
 <th> Module Name </th> <th> Module Domain name </th> <th> Module Symbol Name </th>
 </tr>
@@ -376,7 +376,7 @@ must exist between the various versions:
 
 `  kind version <= Library version <= Mesos version`
 
-<table>
+<table class="table table-striped">
 <tr>
 <td>Mesos </td> <td>kind version </td> <td> Library </td> <td>Is module loadable </td> <td>Reason </td>
 </tr>