#488 (#1406) * #488
* #488 some code refine * #488 * #488 * #488 * #488 * #488 * #488 * #488 * #488 * #488 * code refine Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/1acd066c Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/1acd066c Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/1acd066c Branch: refs/heads/master Commit: 1acd066cc0e5dc40e9547f25be7fcc992a1dd941 Parents: 05631b5 Author: luguosheng1314 <[email protected]> Authored: Tue Jun 27 19:03:20 2017 +0800 Committer: GitHub <[email protected]> Committed: Tue Jun 27 19:03:20 2017 +0800 ---------------------------------------------------------------------- webapp/app/partials/tables/loadStreamingTable.html | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/1acd066c/webapp/app/partials/tables/loadStreamingTable.html ---------------------------------------------------------------------- diff --git a/webapp/app/partials/tables/loadStreamingTable.html b/webapp/app/partials/tables/loadStreamingTable.html index 2f2a1ec..beac941 100644 --- a/webapp/app/partials/tables/loadStreamingTable.html +++ b/webapp/app/partials/tables/loadStreamingTable.html @@ -15,7 +15,6 @@ * See the License for the specific language governing permissions and * limitations under the License. --> - <div class="modal-body streaming-source" style="height: 360px;"> <div class="col-xs-5"> <p class="text-info"> @@ -31,7 +30,6 @@ Source json invalid, Please correct your schema and generate again. </small> </div> - <div style="margin-bottom: 20px;"> <span class="label label-info">JSON</span> </div> @@ -41,7 +39,6 @@ mode:'json', onLoad: streamingOnLoad }"> - </div> </div> <div class="col-xs-1" style="margin-top:300px;text-align:center;">
